Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-21 17:54:33 +00:00

View File

@@ -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}
/>
</div>
@@ -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}
/>
</div>
@@ -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}
/>