From 48ae5ca3d854b5e43e31d0882935afa9babeff3d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:26:05 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb5c004..99aa489 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} -- 2.49.1 From fa58be5b8aa28aae8a0b24876661e4e2f277c592 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:26:06 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 39 ++++++++++++++++++++++----------------- 1 file changed, 22 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 86b4fb4..9216843 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,10 +8,10 @@ import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwen import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Apple, Dumbbell, Heart, Zap } from "lucide-react"; +import { Apple, Dumbbell, Heart, Zap, Quote } from "lucide-react"; export default function FitCoachPage() { return ( @@ -222,34 +222,39 @@ export default function FitCoachPage() {
- @@ -286,4 +291,4 @@ export default function FitCoachPage() {
); -} \ No newline at end of file +} -- 2.49.1