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" />