From fb1eb8ef4b25451be6f45d7c98ca34a5513739a0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 19:08:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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" /> -- 2.49.1