Update src/app/tires/page.tsx
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user