From 272dd094c99c233a5c367a583f9b550d8d5a3f9a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 17:54:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 42a995a..1834dbd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="mediumSmall" sizing="mediumLargeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="radial-glow" @@ -73,7 +73,7 @@ export default function LandingPage() { { icon: Zap, label: "Same-Day Service", value: "Available" }, { icon: Shield, label: "Warranty Guarantee", value: "100%" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -126,7 +126,7 @@ export default function LandingPage() { { id: "2", value: "2-Hour", description: "Average service completion" }, { id: "3", value: "$0", description: "Hidden fees guarantee" } ]} - metricsAnimation="entrance-slide" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -192,7 +192,7 @@ export default function LandingPage() { id: "6", title: "How long does a typical tire service take?", content: "Most services take 1-2 hours depending on complexity. We aim for quick turnarounds and can often complete standard rotations and balancing in under an hour. Call ahead to schedule and we'll give you a precise time estimate." } ]} - faqsAnimation="entrance-slide" + faqsAnimation="slide-up" textboxLayout="split" useInvertedBackground={true} /> -- 2.49.1