import { Navbar } from "@/components/aiero/Navbar"; import { PageTitleBanner } from "@/components/shared/PageTitleBanner"; import { MarqueeStrip } from "@/components/aiero/MarqueeStrip"; import { ContactFormSection } from "@/components/shared/ContactFormSection"; import { AboutIntroSection } from "@/components/aiero/about/AboutIntroSection"; import { MissionSection } from "@/components/aiero/about/MissionSection"; import { PartnerLogosSection } from "@/components/shared/PartnerLogosSection"; import { TeamSection } from "@/components/aiero/about/TeamSection"; export const metadata = { title: "About us - tenext", }; export default function AboutPage() { return ( <>
); }