From 8862b1b33f80744fa4edcc495471d849300fa558 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:50:26 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 55 +++++++++++++++++++++++------------------- 1 file changed, 30 insertions(+), 25 deletions(-) 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 ( - + - -
- + +
+ +
+ - ); -- 2.49.1 From e3fcf881b03df5b796aaeabd77dd752bdbcc4094 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:50:27 +0000 Subject: [PATCH 2/3] Update src/app/classes/page.tsx --- src/app/classes/page.tsx | 67 +++++++++++++++++++++------------------- 1 file changed, 35 insertions(+), 32 deletions(-) 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 ( - + - -
- + +
+ +
+ - ); -- 2.49.1 From 07f74b30d59e31123701155410c5c5a25b960aa9 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 17:50:27 +0000 Subject: [PATCH 3/3] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 64 +++++++++++++++++++++------------------- 1 file changed, 34 insertions(+), 30 deletions(-) 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 ( - + - -
- + +
+ +
+ - ); -- 2.49.1