Update src/app/bikes/page.tsx

This commit is contained in:
2026-03-12 18:26:04 +00:00
parent 96f1cd3b55
commit fd2c5bcab4

View File

@@ -24,7 +24,7 @@ export default function BikesPage() {
price: "Custom Build",
rating: 5,
reviewCount: "Member Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg?_wi=2",
imageAlt: "Harley-Davidson Street 750",
},
{
@@ -34,7 +34,7 @@ export default function BikesPage() {
price: "Classic Beauty",
rating: 5,
reviewCount: "Stunning",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg?_wi=2",
imageAlt: "Indian Scout Bobber",
},
{
@@ -44,7 +44,7 @@ export default function BikesPage() {
price: "Iconic Ride",
rating: 5,
reviewCount: "Legendary",
imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg?_wi=2",
imageAlt: "Triumph Bonneville T120",
},
{
@@ -54,7 +54,7 @@ export default function BikesPage() {
price: "Adventure Ready",
rating: 5,
reviewCount: "Versatile",
imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dirt-bike-rider-participating-races-circuits-adventure-thrill-with-motorcycle_23-2151482663.jpg?_wi=2",
imageAlt: "BMW R 1250 GS",
},
{
@@ -64,7 +64,7 @@ export default function BikesPage() {
price: "Modern Power",
rating: 5,
reviewCount: "Dynamic",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-couple-denim-jackets-with-motorbike-near-big-glass-building-city-centre_613910-3737.jpg?_wi=2",
imageAlt: "Ducati Monster 821",
},
];