From 1a65c4c80bbadc7aa6cf20c42ebffef2d16af224 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 11:26:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2b45857..05cf7c7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> -- 2.49.1