From 48115b289cd70669dca4371275535def7252ba03 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 02:14:02 +0000 Subject: [PATCH] Update src/app/tires/page.tsx --- src/app/tires/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/tires/page.tsx b/src/app/tires/page.tsx index 8fea512..6e29901 100644 --- a/src/app/tires/page.tsx +++ b/src/app/tires/page.tsx @@ -50,42 +50,42 @@ export default function TiresPage() { id: "1", name: "All-Season Tires", price: "Starting at $89", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=11", imageAlt: "All-season tire selection" }, { id: "2", name: "Performance Tires", price: "Starting at $129", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=12", imageAlt: "Performance tire selection" }, { id: "3", name: "Winter Tires", price: "Starting at $99", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=13", imageAlt: "Winter tire selection" }, { id: "4", name: "SUV & Truck Tires", price: "Starting at $119", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=14", imageAlt: "SUV and truck tire selection" }, { id: "5", name: "Budget Tires", price: "Starting at $59", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=15", imageAlt: "Budget tire selection" }, { id: "6", name: "Commercial Tires", price: "Starting at $149", - imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/muscular-man-is-fixing-car-s-wheel-with-special-tool-auto-service_613910-17086.jpg?_wi=16", imageAlt: "Commercial tire selection" } ]}