update home page
This commit is contained in:
@@ -8,15 +8,18 @@ import { PartnerLogosSection } from "@/components/shared/PartnerLogosSection";
|
||||
import { TeamSection } from "@/components/aiero/about/TeamSection";
|
||||
|
||||
export const metadata = {
|
||||
title: "About us - Aiero",
|
||||
title: "About us - tenext",
|
||||
};
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
<>
|
||||
<Navbar />
|
||||
<main className="min-h-screen bg-aiero-dark">
|
||||
<PageTitleBanner title="About us" breadcrumbs={[{ label: "About us" }]} />
|
||||
<main className="min-h-screen bg-tenext-dark">
|
||||
<PageTitleBanner
|
||||
title="About us"
|
||||
breadcrumbs={[{ label: "About us" }]}
|
||||
/>
|
||||
<AboutIntroSection />
|
||||
<MarqueeStrip text="/ Neural Networks in shaping the future of technology." />
|
||||
<MissionSection />
|
||||
|
||||
Reference in New Issue
Block a user