From 080d09c5546fe17113e35c6c6f4ce6a70b11446e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:56:27 +0000 Subject: [PATCH] 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 7ac5ded..34198de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,10 +98,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "1", name: "Naruto & Sasuke Action Figures", price: "₹599 - ₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg", imageAlt: "Naruto action figures collection", initialQuantity: 1 + id: "1", name: "Naruto & Sasuke Action Figures", price: "₹599 - ₹1,299", imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg?_wi=1", imageAlt: "Naruto action figures collection", initialQuantity: 1 }, { - id: "2", name: "Premium 3D Anime Posters", price: "₹299 - ₹899", imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg", imageAlt: "3D anime poster collection", initialQuantity: 1 + id: "2", name: "Premium 3D Anime Posters", price: "₹299 - ₹899", imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg?_wi=1", imageAlt: "3D anime poster collection", initialQuantity: 1 }, { id: "3", name: "Anime Keychain & Accessories", price: "₹99 - ₹499", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-woman-headband-holding-skipping-ropes-confused-standing-purple-wall_141793-50209.jpg", imageAlt: "Anime accessories and keychains", initialQuantity: 1 @@ -125,10 +125,10 @@ export default function LandingPage() { title: "Curated Collections", description: "Hand-picked merchandise from popular series like Naruto, One Piece, Demon Slayer, and more. Quality and authenticity guaranteed.", icon: Star, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg", imageAlt: "Action figures showcase" + imageSrc: "http://img.b2bpic.net/free-photo/wooden-toy-soldiers-nutcrackers-shop-window_169016-55052.jpg?_wi=2", imageAlt: "Action figures showcase" }, { - imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg", imageAlt: "Poster collection" + imageSrc: "http://img.b2bpic.net/free-vector/abstract-watercolor-shapes-covers_52683-45805.jpg?_wi=2", imageAlt: "Poster collection" } ] }, -- 2.49.1