Update src/app/page.tsx
This commit is contained in:
@@ -136,22 +136,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1", name: "Shine 125", price: "₹ 79,800", rating: 5,
|
||||
id: "p-1", brand: "Honda", name: "Shine 125", price: "₹ 79,800", rating: 5,
|
||||
reviewCount: "1.2K", imageSrc: "http://img.b2bpic.net/free-photo/side-view-young-man-with-his-motorbike_23-2147860934.jpg", imageAlt: "Red Honda Shine 125 motorcycle"},
|
||||
{
|
||||
id: "p-2", name: "Jupiter 110", price: "₹ 73,340", rating: 4,
|
||||
id: "p-2", brand: "TVS", name: "Jupiter 110", price: "₹ 73,340", rating: 4,
|
||||
reviewCount: "980", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-couple-riding-motorbike-city-street_285396-3215.jpg", imageAlt: "Blue TVS Jupiter 110 scooter"},
|
||||
{
|
||||
id: "p-3", name: "FZ-S FI V3", price: "₹ 1,22,400", rating: 5,
|
||||
id: "p-3", brand: "Yamaha", name: "FZ-S FI V3", price: "₹ 1,22,400", rating: 5,
|
||||
reviewCount: "750", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-racer-style-motorbike_23-2148189650.jpg", imageAlt: "Black Yamaha FZ-S FI V3 motorcycle"},
|
||||
{
|
||||
id: "p-4", name: "Access 125", price: "₹ 79,800", rating: 4,
|
||||
id: "p-4", brand: "Suzuki", name: "Access 125", price: "₹ 79,800", rating: 4,
|
||||
reviewCount: "1.1K", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-with-long-brown-hair-dressed-trendy-clothes-posing-with-white-retro-italian-scooter-city_613910-17602.jpg", imageAlt: "Grey Suzuki Access 125 scooter"},
|
||||
{
|
||||
id: "p-5", name: "Pulsar 150", price: "₹ 1,18,000", rating: 5,
|
||||
id: "p-5", brand: "Bajaj", name: "Pulsar 150", price: "₹ 1,18,000", rating: 5,
|
||||
reviewCount: "890", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-biker-girl-wearing-black-leather-jacket-leaning-her-superbike-outside-building_613910-5914.jpg", imageAlt: "Red Bajaj Pulsar 150 motorcycle"},
|
||||
{
|
||||
id: "p-6", name: "Splendor Plus", price: "₹ 75,141", rating: 4,
|
||||
id: "p-6", brand: "Hero", name: "Splendor Plus", price: "₹ 75,141", rating: 4,
|
||||
reviewCount: "1.5K", imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-fashionable-biker-dressed-black-leather-jacket-with-sunglasses-sitting-his-custom-made-retro-motorcycle-his-young-brunette-girlfriend-who-leaning-his-shoulder_613910-18825.jpg", imageAlt: "Black Hero Splendor Plus motorcycle"},
|
||||
]}
|
||||
title="Popular Choices"
|
||||
|
||||
Reference in New Issue
Block a user