diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 99aa489..eb5c004 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1409,4 +1409,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 765e6b1..93f57e5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -258,7 +258,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: "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() { ); -} +} \ No newline at end of file