Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #9.
This commit is contained in:
2026-05-12 06:18:08 +00:00

View File

@@ -5,13 +5,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen";
import HeroSplitKpi from "@/components/sections/hero/HeroSplitKpi";
import TextAbout from "@/components/sections/about/TextAbout";
import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
import FeatureCardSeven from "@/components/sections/feature/FeatureCardSeven";
import PricingCardOne from "@/components/sections/pricing/PricingCardOne";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterSimple from "@/components/sections/footer/FooterSimple";
import { Award, Dumbbell, Zap, Star, ShieldCheck, CheckCircle2 } from "lucide-react";
import { Dumbbell } from "lucide-react";
export default function ChristinaFitLifePage() {
return (
@@ -65,6 +64,7 @@ export default function ChristinaFitLifePage() {
<div id="about" data-section="about">
<TextAbout
title="Hi, I'm Christina. I know the unique challenges of being a mom and wanting to feel like yourself again. My mission is to simplify fitness so you can thrive as a parent and a woman, without the burnout."
useInvertedBackground={false}
ariaLabel="About section"
/>
</div>
@@ -81,6 +81,7 @@ export default function ChristinaFitLifePage() {
{ title: "Transformation", description: "Complete lifestyle shift for long-term health.", imageSrc: "https://img.b2bpic.net/free-photo/people-training-athletics_23-2151077709.jpg?id=150856792" }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -95,6 +96,7 @@ export default function ChristinaFitLifePage() {
{ id: "plan3", badge: "Premium", price: "$499/mo", subtitle: "1-on-1 focus", features: ["Personal coaching", "Direct access", "Full support"] }
]}
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
/>
</div>
@@ -104,6 +106,8 @@ export default function ChristinaFitLifePage() {
title="Social Community"
names={["Instagram", "Facebook", "Twitter", "LinkedIn"]}
description="Follow along for daily tips and mom-hacks."
textboxLayout="default"
useInvertedBackground={false}
/>
</div>
@@ -121,6 +125,8 @@ export default function ChristinaFitLifePage() {
<div id="footer" data-section="footer">
<FooterSimple
columns={[{ title: "Company", items: [{ label: "About" }, { label: "Privacy" }] }]}
bottomLeftText="© 2025 Christinas Fit Life"
bottomRightText="All rights reserved."
/>
</div>
</ReactLenis>