From 7c3ee028cf0f1e0cdcb3a6ee8acf662c8f412196 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 04:49:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13e7231..fb8bb51 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,23 +62,23 @@ export default function LandingPage() { imageAlt: "Handcrafted gold earrings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg?_wi=1", imageAlt: "Luxury gold detail", }, { - imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=1", imageAlt: "Minimalist gold earring", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg?_wi=1", imageAlt: "Indian artisanal craft", }, { - imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg?_wi=1", imageAlt: "Gold stud design", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg?_wi=1", imageAlt: "Elegant pear jewelry", }, ]} @@ -103,35 +103,35 @@ export default function LandingPage() { name: "Chandrani Earrings", price: "₹12,000", variant: "22k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-military-protection-item_23-2149341299.jpg?_wi=2", }, { id: "p2", name: "Sitaara Studs", price: "₹8,500", variant: "18k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/golden-easter-eggs-by-easter-decorations_1303-30816.jpg?_wi=2", }, { id: "p3", name: "Lotus Petal Drops", price: "₹15,000", variant: "22k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sewing-buttons-with-thread-reel_23-2148145978.jpg?_wi=2", }, { id: "p4", name: "Aura Hoops", price: "₹9,200", variant: "18k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rings-with-lit-candle_23-2151992051.jpg?_wi=2", }, { id: "p5", name: "Pearl Radiance", price: "₹11,000", variant: "22k Gold", - imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creamy-chocolate-cake-with-berries-pink-ceramic-leaves-textured-backdrop_23-2148161644.jpg?_wi=2", }, { id: "p6", -- 2.49.1