From 4375fe1431072239ee638a1d7831be21e8aa5906 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 19:31:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8c131d1..dcde580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,10 +101,6 @@ export default function LandingPage() { containerClassName="py-24 md:py-32" titleClassName="text-4xl md:text-6xl font-bold leading-tight" descriptionClassName="text-lg text-opacity-75 max-w-3xl" - buttonContainerClassName="" - buttonTextClassName="" - mediaWrapperClassName="" - mediaClassName="" /> @@ -234,9 +230,10 @@ export default function LandingPage() { { text: "Learn More", href: "#" } ]} buttonAnimation="slide-up" + textboxLayout="centered" containerClassName="py-24 md:py-32" - titleClassName="text-4xl md:text-6xl font-bold leading-tight" - descriptionClassName="text-lg text-opacity-75 max-w-3xl" + textBoxTitleClassName="text-4xl md:text-6xl font-bold leading-tight" + textBoxDescriptionClassName="text-lg text-opacity-75 max-w-3xl" /> -- 2.49.1