3 Commits

Author SHA1 Message Date
52627500a7 Update src/app/page.tsx 2026-02-20 11:20:07 +00:00
217f5242aa Update src/app/layout.tsx 2026-02-20 11:20:06 +00:00
eb4bd8cd96 Merge version_14 into main
Merge version_14 into main
2026-02-20 11:14:01 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -261,7 +261,7 @@ export default function FitCoachPage() {
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>
);
}
}