import { Header } from "@/components/shell/Header"; import { getCurrentUser } from "@/lib/userAuth"; import AboutContent from "./AboutContent"; export default async function AboutPage() { const user = await getCurrentUser(); return ( <> > ); }