diff --git a/src/app/page.tsx b/src/app/page.tsx index c0fe25b..d74b7d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,6 +88,9 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={true} + gridClassName="gap-4" + carouselClassName="gap-2" + cardClassName="p-4" /> @@ -199,4 +202,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file