diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index cc3d08e..86e1734 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,55 +1,52 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TextAbout from '@/components/sections/about/TextAbout'; -import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import FooterCard from '@/components/sections/footer/FooterCard'; import ReactLenis from "lenis/react"; export default function AboutPage() { return (
- + textboxLayout="default" + bulletPoints={[]} + />
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6a46d66..311cd66 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -11,8 +11,8 @@ import { Open_Sans } from "next/font/google"; export const metadata: Metadata = { - title: 'Midnimo Athletics | Elite Youth Coaching', - description: 'Premium after-school athletics program focused on building confidence and agility.', + title: 'About Us | Midnimo Athletics', + description: 'Learn about Midnimo Athletics, our mission, and our programs for K-8 students.', openGraph: { "title": "Midnimo Athletics", "description": "Transforming youth through sports.",