Update src/app/tires/page.tsx

This commit is contained in:
2026-02-26 02:14:02 +00:00
parent 74b69b7692
commit 48115b289c

View File

@@ -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"
}
]}