diff --git a/src/app/page.tsx b/src/app/page.tsx index ce780ac..5233ed3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,8 +52,6 @@ export default function LandingPage() { imageAlt="AI note-taking app dashboard" imagePosition="right" mediaAnimation="blur-reveal" - textboxLayout="default" - useInvertedBackground={false} titleClassName="font-extrabold" descriptionClassName="max-w-prose" buttonContainerClassName="flex-col sm:flex-row" @@ -87,8 +85,8 @@ export default function LandingPage() { useInvertedBackground={false} tag="Innovation at its Core" tagIcon={Zap} - titleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" - descriptionClassName="max-w-prose mx-auto" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" + textBoxDescriptionClassName="max-w-prose mx-auto" cardClassName="!bg-card !border-accent" itemIconClassName="text-primary-cta" /> @@ -109,8 +107,8 @@ export default function LandingPage() { useInvertedBackground={true} tag="Customer Success" tagIcon={Star} - titleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" - descriptionClassName="max-w-prose mx-auto" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" + textBoxDescriptionClassName="max-w-prose mx-auto" cardClassName="!bg-card !border-accent" imageWrapperClassName="!bg-primary-cta" /> @@ -136,8 +134,8 @@ export default function LandingPage() { showCard={true} tag="Our Partners" tagIcon={Shield} - titleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" - descriptionClassName="max-w-prose mx-auto" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" + textBoxDescriptionClassName="max-w-prose mx-auto" logoCardClassName="!bg-card !border-accent !shadow-none" /> @@ -163,8 +161,8 @@ export default function LandingPage() { animationType="smooth" showCard={true} tag="Got Questions?" - titleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" - descriptionClassName="max-w-prose mx-auto" + textBoxTitleClassName="text-3xl md:text-5xl font-extrabold max-w-4xl mx-auto" + textBoxDescriptionClassName="max-w-prose mx-auto" accordionClassName="!bg-card !border-accent" accordionTitleClassName="text-foreground" accordionContentClassName="text-foreground/80"