From 72aae332626b1b51f4e8607563a396af733dbfbd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:41:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ef8cc52..3d2ff51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,6 +72,7 @@ export default function LandingPage() { }, ]} className="min-h-screen" + containerClassName="px-4 md:px-8" titleClassName="text-5xl md:text-6xl font-bold tracking-tight" descriptionClassName="text-lg md:text-xl text-foreground/80 max-w-2xl mx-auto" buttonClassName="px-6 py-3 rounded-full font-medium" @@ -183,7 +184,6 @@ export default function LandingPage() { buttonAnimation="opacity" useInvertedBackground={true} className="py-20" - containerClassName="px-4 md:px-8" titleClassName="text-4xl md:text-5xl font-bold" descriptionClassName="text-lg text-foreground/70 mt-4" /> -- 2.49.1