From dcc01c85ffed24d1795776fb6bfb0db50203a90f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:57:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0124cdc..edb1707 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -116,7 +116,7 @@ export default function LandingPage() { useInvertedBackground={false} titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" descriptionClassName="text-lg text-foreground/80 mb-8" - containerClassName="py-12 md:py-20" + buttonContainerClassName="flex flex-col sm:flex-row gap-4" /> @@ -241,7 +241,7 @@ export default function LandingPage() { useInvertedBackground={false} titleClassName="text-5xl md:text-6xl font-bold text-foreground mb-4" descriptionClassName="text-lg text-foreground/80 mb-8" - containerClassName="py-12 md:py-20" + buttonContainerClassName="flex flex-col sm:flex-row gap-4" /> -- 2.49.1