From 81644ed0f49be4a4a73f88dabafc386fa10b965d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 15:19:21 +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 80986a0..7d3e6f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-working-with-tires-car-service-workshop_637285-7526.jpg", imageAlt: "Professional tire installation" }, { - imageSrc: "http://img.b2bpic.net/free-photo/brand-new-big-variety-car-s-tyres-shelf-with-prices-store-warehouse_613910-17120.jpg", imageAlt: "Used tire inventory" + imageSrc: "http://img.b2bpic.net/free-photo/brand-new-big-variety-car-s-tyres-shelf-with-prices-store-warehouse_613910-17120.jpg?_wi=1", imageAlt: "Used tire inventory" }, ]} mediaAnimation="slide-up" @@ -117,11 +117,11 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Sales", title: "Used Tire Sales", subtitle: "Large inventory of affordable tires", description: "Browse our extensive selection of quality used tires for all vehicle types. We stock winter tires, all-season tires, performance tires, truck tires, and more. Every tire is inspected for safety and value.", imageSrc: "http://img.b2bpic.net/free-photo/brand-new-big-variety-car-s-tyres-shelf-with-prices-store-warehouse_613910-17120.jpg", imageAlt: "Used tire inventory", buttons: [{ text: "Call for Inventory", href: "tel:(778)558-2362" }], + tag: "Sales", title: "Used Tire Sales", subtitle: "Large inventory of affordable tires", description: "Browse our extensive selection of quality used tires for all vehicle types. We stock winter tires, all-season tires, performance tires, truck tires, and more. Every tire is inspected for safety and value.", imageSrc: "http://img.b2bpic.net/free-photo/brand-new-big-variety-car-s-tyres-shelf-with-prices-store-warehouse_613910-17120.jpg?_wi=2", imageAlt: "Used tire inventory", buttons: [{ text: "Call for Inventory", href: "tel:(778)558-2362" }], }, { id: 2, - tag: "Installation", title: "Tire Installation", subtitle: "Professional mounting and balancing", description: "Our experienced technicians mount and balance your tires with precision. We use modern equipment to ensure proper fitment, balance, and alignment for a smooth, safe ride.", imageSrc: "http://img.b2bpic.net/free-photo/workman-car-repair-shop-changing-tires_1303-31850.jpg", imageAlt: "Professional tire installation", buttons: [{ text: "Get Quote", href: "#contact-cta" }], + tag: "Installation", title: "Tire Installation", subtitle: "Professional mounting and balancing", description: "Our experienced technicians mount and balance your tires with precision. We use modern equipment to ensure proper fitment, balance, and alignment for a smooth, safe ride.", imageSrc: "http://img.b2bpic.net/free-photo/workman-car-repair-shop-changing-tires_1303-31850.jpg?_wi=1", imageAlt: "Professional tire installation", buttons: [{ text: "Get Quote", href: "#contact-cta" }], }, { id: 3, @@ -157,7 +157,7 @@ export default function LandingPage() { tagAnimation="slide-up" mediaAnimation="slide-up" metricsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/workman-car-repair-shop-changing-tires_1303-31850.jpg" + imageSrc="http://img.b2bpic.net/free-photo/workman-car-repair-shop-changing-tires_1303-31850.jpg?_wi=2" imageAlt="Professional service team" /> -- 2.49.1