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 06b7c15..75b953c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,6 +221,7 @@ export default function FitCoachPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + cardClassName="gap-4" /> @@ -291,4 +292,4 @@ export default function FitCoachPage() { ); -} +} \ No newline at end of file