Compare commits
9 Commits
version_7
...
version_11
| Author | SHA1 | Date | |
|---|---|---|---|
| 61b7f2f5dc | |||
| 73ba3446fb | |||
| c847b8bedf | |||
| 10dde80159 | |||
| 5bac238988 | |||
| babd0072a7 | |||
| 4dc7390d49 | |||
| a9bb96353f | |||
| afcae12018 |
@@ -1409,4 +1409,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -64,6 +64,7 @@ export default function FitCoachPage() {
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
logoClassName="!text-white"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -252,13 +253,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 +284,4 @@ export default function FitCoachPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -5,18 +5,18 @@
|
||||
/* --background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffffe6;;
|
||||
--primary-cta: #e6e6e6;;
|
||||
--primary-cta: #ff8c42;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;; */
|
||||
--accent: #ff8c42;;
|
||||
--background-accent: #4d2600;; */
|
||||
|
||||
--background: #0a0a0a;;
|
||||
--card: #1a1a1a;;
|
||||
--foreground: #ffffffe6;;
|
||||
--primary-cta: #e6e6e6;;
|
||||
--primary-cta: #ff8c42;;
|
||||
--secondary-cta: #1a1a1a;;
|
||||
--accent: #737373;;
|
||||
--background-accent: #737373;;
|
||||
--accent: #ff8c42;;
|
||||
--background-accent: #4d2600;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user