Update src/app/bikes/page.tsx

This commit is contained in:
2026-03-12 18:27:21 +00:00
parent 1a39128577
commit 3896123e84

View File

@@ -18,55 +18,20 @@ export default function BikesPage() {
const bikesProducts = [
{
id: "1",
brand: "Harley-Davidson",
name: "Street 750",
price: "Custom Build",
rating: 5,
reviewCount: "Member Favorite",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg?_wi=2",
imageAlt: "Harley-Davidson Street 750",
},
id: "1", brand: "Harley-Davidson", name: "Street 750", price: "Custom Build", rating: 5,
reviewCount: "Member Favorite", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-old-motorcycle-outdoors_23-2148703221.jpg", imageAlt: "Harley-Davidson Street 750"},
{
id: "2",
brand: "Indian",
name: "Scout Bobber",
price: "Classic Beauty",
rating: 5,
reviewCount: "Stunning",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg?_wi=2",
imageAlt: "Indian Scout Bobber",
},
id: "2", brand: "Indian", name: "Scout Bobber", price: "Classic Beauty", rating: 5,
reviewCount: "Stunning", imageSrc: "http://img.b2bpic.net/free-photo/front-view-senior-woman-with-motorcycle_23-2150909411.jpg", imageAlt: "Indian Scout Bobber"},
{
id: "3",
brand: "Triumph",
name: "Bonneville T120",
price: "Iconic Ride",
rating: 5,
reviewCount: "Legendary",
imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg?_wi=2",
imageAlt: "Triumph Bonneville T120",
},
id: "3", brand: "Triumph", name: "Bonneville T120", price: "Iconic Ride", rating: 5,
reviewCount: "Legendary", imageSrc: "http://img.b2bpic.net/free-photo/view-cool-motorcycle_23-2150704785.jpg", imageAlt: "Triumph Bonneville T120"},
{
id: "4",
brand: "BMW",
name: "R 1250 GS",
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?_wi=2",
imageAlt: "BMW R 1250 GS",
},
id: "4", brand: "BMW", name: "R 1250 GS", 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", imageAlt: "BMW R 1250 GS"},
{
id: "5",
brand: "Ducati",
name: "Monster 821",
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?_wi=2",
imageAlt: "Ducati Monster 821",
},
id: "5", brand: "Ducati", name: "Monster 821", 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", imageAlt: "Ducati Monster 821"},
];
return (