5 Commits

Author SHA1 Message Date
c847b8bedf Update src/app/page.tsx 2026-02-20 11:05:13 +00:00
10dde80159 Merge version_9 into main
Merge version_9 into main
2026-02-20 11:03:25 +00:00
5bac238988 Update src/app/page.tsx 2026-02-20 11:03:21 +00:00
babd0072a7 Update src/app/layout.tsx 2026-02-20 11:03:20 +00:00
4dc7390d49 Merge version_8 into main
Merge version_8 into main
2026-02-20 11:00:44 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1409,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -252,13 +252,13 @@ export default function FitCoachPage() {
/>
</div>
<div id="contact" data-section="contact">
<div id="contact" data-section="contact" style={{ backgroundColor: "#000000" }}>
<ContactSplit
tag="Free Workout Plan"
title="Get Your Free 7-Day Home Workout Plan"
description="Download our complete beginner-friendly workout program with video demonstrations, nutrition tips, and progress tracking templates. Start your transformation today!"
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
imageAlt="Modern gym facility"
@@ -283,4 +283,4 @@ export default function FitCoachPage() {
</div>
</ThemeProvider>
);
}
}