Compare commits
9 Commits
version_8
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 152e336f93 | |||
| 752a1e28d0 | |||
| 61b7f2f5dc | |||
| 73ba3446fb | |||
| c847b8bedf | |||
| 10dde80159 | |||
| 5bac238988 | |||
| babd0072a7 | |||
| 4dc7390d49 |
@@ -1409,4 +1409,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -64,6 +64,9 @@ export default function FitCoachPage() {
|
|||||||
]}
|
]}
|
||||||
autoplayDelay={4000}
|
autoplayDelay={4000}
|
||||||
showDimOverlay={true}
|
showDimOverlay={true}
|
||||||
|
logoClassName="!text-white"
|
||||||
|
descriptionClassName="!text-white"
|
||||||
|
buttonTextClassName="!text-white"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -252,13 +255,13 @@ export default function FitCoachPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact" style={{ backgroundColor: "#000000" }}>
|
||||||
<ContactSplit
|
<ContactSplit
|
||||||
tag="Free Workout Plan"
|
tag="Free Workout Plan"
|
||||||
title="Get Your Free 7-Day Home 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!"
|
description="Download our complete beginner-friendly workout program with video demonstrations, nutrition tips, and progress tracking templates. Start your transformation today!"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
||||||
imageAlt="Modern gym facility"
|
imageAlt="Modern gym facility"
|
||||||
@@ -283,4 +286,4 @@ export default function FitCoachPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user