From 217f5242aa53045a9e84f462a934b85508d43989 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:20:06 +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 -- 2.49.1 From 52627500a75e5444d6f04f4269c50efcd72ee1ff Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:20:07 +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 62dd59d..86b4fb4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1