diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 41f6ec4..04bc78e 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,36 +3,41 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function AboutPage() { return ( - + - -
- + +
+ +
+ - ); diff --git a/src/app/classes/page.tsx b/src/app/classes/page.tsx index 946f9df..1612ac2 100644 --- a/src/app/classes/page.tsx +++ b/src/app/classes/page.tsx @@ -3,44 +3,47 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import FeatureCardTen from "@/components/sections/feature/FeatureCardTen"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import { Dumbbell } from "lucide-react"; export default function ClassesPage() { return ( - + - -
- + +
+ +
+ - ); diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index a1c3cd7..2bb5e8b 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -4,41 +4,45 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; export default function PricingPage() { return ( - + - -
- + +
+ +
+ - );