From a1223735732f40d974d50715cf0b162213e6a062 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 11:27:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05cf7c7..58378e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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", 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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", imageAlt: "Goodyear tire options" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1