Compare commits
5 Commits
version_13
...
version_16
| Author | SHA1 | Date | |
|---|---|---|---|
| 52627500a7 | |||
| 217f5242aa | |||
| eb4bd8cd96 | |||
| bc83a41cf7 | |||
| ce38d4c5fd |
@@ -1409,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -255,13 +255,13 @@ export default function FitCoachPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact" style={{ backgroundColor: "#ffffff" }}>
|
||||
<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: "plain" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={true}
|
||||
imageSrc="https://img.b2bpic.net/free-photo/equipments-gym_93675-129485.jpg"
|
||||
imageAlt="Modern gym facility"
|
||||
@@ -286,4 +286,4 @@ export default function FitCoachPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user