import { ContentContainer, Page } from "@/components/layouts"; import { Button } from "@/components/ui/button"; import { Separator } from "@/components/ui/separator"; import { Footer } from "@/components/utils/Footer"; import { NavBar } from "@/components/utils/NavBar"; import { SEO } from "@/components/utils/SEO"; import { Config } from "@/data/config"; import { isEmptyString } from "@/lib/utils"; import { fontFangZhengXiaoBiaoSongCN, fontSourceSerifScreenCN } from "@/styles/font"; import Link from "next/link"; import { QRCodeSVG } from "qrcode.react"; import { FaCcPaypal } from "react-icons/fa"; import { GoHeartFill } from "react-icons/go"; import { SiAlipay, SiPatreon, SiWechat } from "react-icons/si"; export default function AboutPage() { return (

{"SPONSOR"}

{ "If you like my works, I would deeply appreciate your support as a patron. Your contribution not only fuels my creative journey but also allows me to delve deeper into my passion. Your support plays a vital role in making this vision a reality. Thank you for considering becoming a patron and being an integral part of this work endeavor." }

{"Here are the ways you can become a patron. Thank you for your support!"}

{`Yours, ${Config.AuthorName}`}

{!isEmptyString(Config.Sponsor?.WechatPayQRCodeContent) && (

{"WECHAT-PAY"}

)} {!isEmptyString(Config.Sponsor?.AlipayLink) && (

{"ALIPAY"}

)} {!isEmptyString(Config.Sponsor?.PaypalId) && (

{"PAYPAL"}

)} {!isEmptyString(Config.Sponsor?.PatreonId) && (

{"PATREON"}

)}