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