From 7171089d2b7908f68aac283d075b144b44739f5f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:17:06 +0000 Subject: [PATCH 1/2] Update src/app/models/page.tsx --- src/app/models/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/models/page.tsx b/src/app/models/page.tsx index bd949f8..6bc51d7 100644 --- a/src/app/models/page.tsx +++ b/src/app/models/page.tsx @@ -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: -- 2.49.1 From 9a42a504f50184eb36420f3688bb146dcd225b06 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 19:17:07 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d9d226..94ea20e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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={[ -- 2.49.1