From f0e8660640dfc6eedc810192ea1b870f5ee8b4c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 18:20:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index abf63e4..4d81992 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,9 +79,9 @@ export default function LandingPage() { tag="Easy Contact" tagAnimation="slide-up" containerClassName="py-12 md:py-16" - titleClassName="text-4xl md:text-5xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-2" - tagClassName="text-primary-cta font-semibold" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-2" + textBoxTagClassName="text-primary-cta font-semibold" cardClassName="p-6 rounded-xl" itemClassName="flex items-start gap-3 text-foreground/80" /> @@ -138,9 +138,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-2" - tagClassName="text-primary-cta font-semibold" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-2" + textBoxTagClassName="text-primary-cta font-semibold" cardClassName="p-6 rounded-xl hover:shadow-lg transition-all" cardNameClassName="text-xl font-bold text-foreground mt-4" cardPriceClassName="text-2xl font-extrabold text-primary-cta mt-2" @@ -161,14 +161,14 @@ export default function LandingPage() { { id: "monday", value: "Closed", description: "Monday" }, { id: "address", value: "17005 E Sprague Ave", description: "Spokane Valley, WA 99037" } ]} - gridVariant="three-columns-all-equal-width" + gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" useInvertedBackground={true} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-2" - tagClassName="text-primary-cta font-semibold" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-2" + textBoxTagClassName="text-primary-cta font-semibold" cardClassName="p-6 rounded-xl" valueClassName="text-2xl md:text-3xl font-extrabold text-primary-cta" metricDescriptionClassName="text-sm md:text-base text-foreground/70 mt-2" @@ -237,9 +237,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-extrabold text-foreground" - descriptionClassName="text-lg text-foreground/70 mt-2" - tagClassName="text-primary-cta font-semibold" + textBoxTitleClassName="text-4xl md:text-5xl font-extrabold text-foreground" + textBoxDescriptionClassName="text-lg text-foreground/70 mt-2" + textBoxTagClassName="text-primary-cta font-semibold" cardClassName="p-6 rounded-xl" ratingClassName="text-primary-cta font-bold" nameClassName="text-lg font-bold text-foreground mt-3" -- 2.49.1