Merge version_2 into main #5

Merged
bender merged 2 commits from version_2 into main 2026-03-06 19:17:11 +00:00
2 changed files with 8 additions and 8 deletions

View File

@@ -54,19 +54,19 @@ export default function ModelsPage() {
products={[
{
id: "1", name: "Honda CB Shine", price: "₹78,500", variant: "Black, Silver, Red", imageSrc:
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg", imageAlt: "Honda CB Shine", isFavorited: false,
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg?_wi=2", imageAlt: "Honda CB Shine", isFavorited: false,
},
{
id: "2", name: "Honda Activa 6G", price: "₹65,000", variant: "Matte Black, Pearl White", imageSrc:
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg", imageAlt: "Honda Activa 6G", isFavorited: false,
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg?_wi=2", imageAlt: "Honda Activa 6G", isFavorited: false,
},
{
id: "3", name: "Honda CB 350", price: "₹1,94,000", variant: "Classic Chrome, Modern Black", imageSrc:
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg", imageAlt: "Honda CB 350", isFavorited: false,
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg?_wi=2", imageAlt: "Honda CB 350", isFavorited: false,
},
{
id: "4", name: "Honda X-Blade", price: "₹94,200", variant: "Matte Gunmetal, Pearl White", imageSrc:
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg", imageAlt: "Honda X-Blade", isFavorited: false,
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg?_wi=2", imageAlt: "Honda X-Blade", isFavorited: false,
},
{
id: "5", name: "Honda Dream Yuga", price: "₹55,000", variant: "Silver, Black, Red", imageSrc:

View File

@@ -108,19 +108,19 @@ export default function HomePage() {
products={[
{
id: "1", name: "Honda CB Shine", price: "₹78,500", variant: "Black, Silver, Red", imageSrc:
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg", imageAlt: "Honda CB Shine", isFavorited: false,
"http://img.b2bpic.net/free-photo/modern-motorcycles-sport-bikes-garage_1170-2489.jpg?_wi=1", imageAlt: "Honda CB Shine", isFavorited: false,
},
{
id: "2", name: "Honda Activa 6G", price: "₹65,000", variant: "Matte Black, Pearl White", imageSrc:
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg", imageAlt: "Honda Activa 6G", isFavorited: false,
"http://img.b2bpic.net/free-photo/view-modern-scooter_1170-2489.jpg?_wi=1", imageAlt: "Honda Activa 6G", isFavorited: false,
},
{
id: "3", name: "Honda CB 350", price: "₹1,94,000", variant: "Classic Chrome, Modern Black", imageSrc:
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg", imageAlt: "Honda CB 350", isFavorited: false,
"http://img.b2bpic.net/free-photo/vintage-motorcycle-parked_1170-2489.jpg?_wi=1", imageAlt: "Honda CB 350", isFavorited: false,
},
{
id: "4", name: "Honda X-Blade", price: "₹94,200", variant: "Matte Gunmetal, Pearl White", imageSrc:
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg", imageAlt: "Honda X-Blade", isFavorited: false,
"http://img.b2bpic.net/free-photo/aggressive-stance-motorcycle_1170-2489.jpg?_wi=1", imageAlt: "Honda X-Blade", isFavorited: false,
},
]}
buttons={[