diff --git a/src/app/layout.tsx b/src/app/layout.tsx index eb5c004..99aa489 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 75b953c..eca1e3d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -221,7 +221,7 @@ export default function FitCoachPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - cardClassName="gap-4" + cardClassName="gap-[100px]" /> @@ -292,4 +292,4 @@ export default function FitCoachPage() { ); -} \ No newline at end of file +}