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