import { Introduction } from "@/components/about-page/Introduction"; import { Separator } from "@/components/ui/separator"; import { Footer } from "@/components/utils/Footer"; import { ContentContainer, Page } from "@/components/utils/Layout"; import { NavBar } from "@/components/utils/NavBar"; import { PageTitle } from "@/components/utils/PageTitle"; import { SEO } from "@/components/utils/SEO"; import { SocialIcons } from "@/components/utils/SocialIcons"; import { Config } from "@/data/config"; import Link from "next/link"; export default function AboutPage() { return ( {"ABOUT ME"}
    {Config.SocialLinks.github && (
  • {"📕 Check out my github profile at "} Github
  • )}
  • 🖥️ Programming stack: TypeScript, JavaScript, C++, C, Rust, Go and so on.
  • 🤝 I am looking for friends who are fund of XXXX
  • {Config.SocialLinks.twitter && (
  • {"📫 How to reach me on Twitter: "} {Config.SocialLinks.twitter}
  • )}
  • Language : 汉语 / English / 한국어 / 日本語
  • Gender Identity : Male / Female / MTF / FTM / And Others
  • From : Your Country, State / Province
{ "** In addition to the above content, you can also add other customized components, content, etc. to this page. **" }