From 36d97b5311c96318c1f4d63277c2db40558f5dd4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 10:04:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 256ce45..7fc075b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -178,8 +178,9 @@ export default function LandingPage() { useInvertedBackground={true} className="w-full" containerClassName="max-w-7xl mx-auto px-4 py-24" - titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground text-center" - descriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 text-center max-w-2xl mx-auto" + textBoxClassName="w-full" + textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground text-center" + textBoxDescriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 text-center max-w-2xl mx-auto" contentClassName="mt-16 grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8" quoteCardClassName="p-6 rounded-xl border border-accent/30 hover:border-accent/60 transition-all" testimonialTitleClassName="font-bold text-foreground text-lg" @@ -248,8 +249,8 @@ export default function LandingPage() { showCard={true} className="w-full" containerClassName="max-w-7xl mx-auto px-4 py-24" - titleClassName="text-4xl lg:text-5xl font-extrabold text-foreground" - descriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 max-w-2xl" + textBoxTitleClassName="text-4xl lg:text-5xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-base lg:text-lg text-foreground/75 mt-4 max-w-2xl" faqsContainerClassName="mt-12 space-y-4" accordionClassName="border border-accent/30 rounded-lg overflow-hidden" accordionTitleClassName="px-6 py-4 font-semibold text-foreground cursor-pointer hover:bg-background-accent/10" -- 2.49.1