Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-19 11:26:41 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
tag="Local Automotive Expert"
tagIcon={Sparkles}
tagAnimation="slide-up"
background="radial-gradient"
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Request Service Now", href: "#contact" },
{ text: "Call (555) 123-4567", href: "tel:5551234567" }
@@ -134,13 +134,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "michelin", name: "Michelin Tires", price: "Starting at $89", variant: "All-Season & Performance", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg?_wi=1", imageAlt: "Michelin premium tire brand"
id: "michelin", name: "Michelin Tires", price: "Starting at $89", variant: "All-Season & Performance", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg", imageAlt: "Michelin premium tire brand"
},
{
id: "bridgestone", name: "Bridgestone Tires", price: "Starting at $79", variant: "Durable & Reliable", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg?_wi=2", imageAlt: "Bridgestone quality tires"
id: "bridgestone", name: "Bridgestone Tires", price: "Starting at $79", variant: "Durable & Reliable", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg", imageAlt: "Bridgestone quality tires"
},
{
id: "goodyear", name: "Goodyear Tires", price: "Starting at $74", variant: "Value & Performance", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg?_wi=3", imageAlt: "Goodyear tire options"
id: "goodyear", name: "Goodyear Tires", price: "Starting at $74", variant: "Value & Performance", imageSrc: "http://img.b2bpic.net/free-photo/young-hipster-girl-checkered-shirt-tire-fitting-zone_627829-9501.jpg", imageAlt: "Goodyear tire options"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -215,7 +215,7 @@ export default function LandingPage() {
}
]}
animationType="slide-up"
textboxLayout="centered"
textboxLayout="default"
useInvertedBackground={false}
ariaLabel="Key metrics and community trust section"
/>