From d547942a22639f5602175e64d5061e965457743c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:47:17 +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 72543acda9de01beb25c46d403f4b5fad502779c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 11:47:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index eca1e3d..0b4a973 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,6 +81,7 @@ export default function FitCoachPage() { { text: "Meet Our Coaches", href: "#team" } ]} useInvertedBackground={false} + className="backdrop-blur-md bg-white/10 border border-white/20 rounded-2xl" /> @@ -292,4 +293,4 @@ export default function FitCoachPage() { ); -} +} \ No newline at end of file -- 2.49.1