diff --git a/src/app/page.tsx b/src/app/page.tsx index bb1b271..e61a367 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -161,8 +161,8 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 md:py-32" - titleClassName="text-4xl md:text-6xl font-bold" - descriptionClassName="text-lg leading-relaxed mt-4" + textBoxTitleClassName="text-4xl md:text-6xl font-bold" + textBoxDescriptionClassName="text-lg leading-relaxed mt-4" cardClassName="rounded-2xl overflow-hidden shadow-lg hover:shadow-xl transition-shadow" /> @@ -215,8 +215,8 @@ export default function LandingPage() { showCard={true} ariaLabel="Social proof section showcasing customer approval" containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-6xl font-bold" - descriptionClassName="text-lg leading-relaxed mt-4" + textBoxTitleClassName="text-4xl md:text-6xl font-bold" + textBoxDescriptionClassName="text-lg leading-relaxed mt-4" logoTextClassName="text-center font-semibold text-foreground" /> @@ -257,7 +257,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-20 md:py-32" - titleClassName="text-4xl md:text-6xl font-bold" + textBoxTitleClassName="text-4xl md:text-6xl font-bold" textBoxDescriptionClassName="text-lg leading-relaxed" />