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 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