From a6d98860c0dc2fae3cc173ac0af4c82360e6cbb9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:53:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f834bb..5de6495 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,8 +110,6 @@ export default function LandingPage() { { text: "Explore All Categories", href: "#categories" } ]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" tagClassName="text-sm font-semibold text-[var(--accent)]" features={[ { @@ -178,8 +176,6 @@ export default function LandingPage() { { text: "Get Directions", href: "#" } ]} buttonAnimation="slide-up" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" valueClassName="text-3xl font-bold text-[var(--primary-cta)]" metricTitleClassName="text-lg font-semibold text-[var(--foreground)]" /> @@ -216,8 +212,6 @@ export default function LandingPage() { ]} useInvertedBackground={false} carouselMode="buttons" - titleClassName="text-4xl md:text-5xl font-bold text-[var(--foreground)]" - descriptionClassName="text-lg text-[var(--foreground)] opacity-85" testimonialClassName="text-base text-[var(--foreground)] leading-relaxed" nameClassName="text-lg font-semibold text-[var(--primary-cta)]" roleClassName="text-sm text-[var(--accent)]" -- 2.49.1