From babd0072a725dddaacfd5b58241ddbed22757c51 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:03:20 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 5bac2389881f9d6969dffc753191a14bcf55d150 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:03:21 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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