From dcc9ba69d8d4fff94ff112920f694ce3d3903f1b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:49 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 91fc4ea..4270228 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -89,7 +89,7 @@ export default function AboutPage() { description="Since 1985, we've been the trusted name in handcrafted jewelry" subdescription="Serving Samastipur and the region with integrity and passion" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg?_wi=2" imageAlt="Shri Banditari Prasad Jewellers Shop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -112,7 +112,7 @@ export default function AboutPage() { name: "Priya Sharma", role: "Bride", imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Priya Sharma", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { name: "Anjali Verma", role: "Loyal Customer", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-content-attractive-indian-business-lady_1262-2094.jpg", + "http://img.b2bpic.net/free-photo/closeup-content-attractive-indian-business-lady_1262-2094.jpg?_wi=2", imageAlt: "Anjali Verma", }, { @@ -134,7 +134,7 @@ export default function AboutPage() { name: "Neha Patel", role: "Custom Order Client", imageSrc: - "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=2", imageAlt: "Neha Patel", }, { @@ -145,7 +145,7 @@ export default function AboutPage() { name: "Rajesh Kumar", role: "Gift Giver", imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", imageAlt: "Rajesh Kumar", }, { @@ -156,7 +156,7 @@ export default function AboutPage() { name: "Deepika Singh", role: "Festival Shopper", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", + "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg?_wi=2", imageAlt: "Deepika Singh", }, { @@ -167,7 +167,7 @@ export default function AboutPage() { name: "Meera Gupta", role: "Satisfied Customer", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "Meera Gupta", }, ]} -- 2.49.1 From 2b7ae09c7be4b3ffb5eec92035edb8c157c82b61 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:50 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 2c4d9d3..a2e795a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -110,7 +110,7 @@ export default function ContactPage() { description: "Visit our elegant showroom in Samastipur to experience our jewelry collection in person. Our expert staff will help you find the perfect piece. Walk-ins welcome during business hours.", imageSrc: - "http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg", + "http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg?_wi=3", }, { id: 2, @@ -120,7 +120,7 @@ export default function ContactPage() { description: "Work with our master designers to create a custom jewelry piece tailored to your specifications. From concept to completion, we guide you through every step to ensure your vision is perfectly realized.", imageSrc: - "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg", + "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg?_wi=4", }, { id: 3, @@ -130,7 +130,7 @@ export default function ContactPage() { description: "Contact us via email or phone with any questions about our products, pricing, or services. Our customer support team is dedicated to providing you with excellent service and detailed information.", imageSrc: - "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg", + "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg?_wi=5", }, ]} /> -- 2.49.1 From 5383fb0fa51173f1b0cdefa7ce8a8ffd0c9a0af3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:50 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 50 ++++++++++++++++++++++++------------------------ 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff07949..3620530 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,7 +126,7 @@ export default function HomePage() { description="Established with a commitment to quality and authenticity" subdescription="Shri Banditari Prasad Jewellers, Samastipur" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vintage-modern-restaurant-with-full-comfort_140725-9761.jpg?_wi=1" imageAlt="Shri Banditari Prasad Jewellers Shop" mediaAnimation="slide-up" useInvertedBackground={false} @@ -150,7 +150,7 @@ export default function HomePage() { name: "Gold Necklace with Pendant", price: "₹45,000", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=1", imageAlt: "Gold Necklace", }, { @@ -158,7 +158,7 @@ export default function HomePage() { name: "Diamond Earrings", price: "₹38,500", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", + "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=1", imageAlt: "Diamond Earrings", }, { @@ -166,7 +166,7 @@ export default function HomePage() { name: "Engagement Ring", price: "₹62,000", imageSrc: - "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg", + "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg?_wi=1", imageAlt: "Gold Ring", }, { @@ -174,7 +174,7 @@ export default function HomePage() { name: "Gemstone Bracelet", price: "₹32,500", imageSrc: - "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg", + "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg?_wi=1", imageAlt: "Gold Bracelet", }, { @@ -182,7 +182,7 @@ export default function HomePage() { name: "Traditional Bangles Set", price: "₹55,000", imageSrc: - "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg", + "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg?_wi=1", imageAlt: "Gold Bangles", }, { @@ -190,7 +190,7 @@ export default function HomePage() { name: "Ornamental Locket", price: "₹28,000", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=2", imageAlt: "Gold Pendant", }, { @@ -198,7 +198,7 @@ export default function HomePage() { name: "Vintage Brooch", price: "₹35,500", imageSrc: - "http://img.b2bpic.net/free-psd/golden-flower-brooch-with-sparkling-crystals-stunning-piece-jewelry_632498-26410.jpg", + "http://img.b2bpic.net/free-psd/golden-flower-brooch-with-sparkling-crystals-stunning-piece-jewelry_632498-26410.jpg?_wi=1", imageAlt: "Gold Brooch", }, { @@ -206,7 +206,7 @@ export default function HomePage() { name: "Gold Chain", price: "₹42,000", imageSrc: - "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg", + "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg?_wi=1", imageAlt: "Gold Chain", }, { @@ -214,7 +214,7 @@ export default function HomePage() { name: "Bridal Tiara", price: "₹78,500", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-bride-posing-camera_176474-120064.jpg", + "http://img.b2bpic.net/free-photo/beautiful-bride-posing-camera_176474-120064.jpg?_wi=1", imageAlt: "Bridal Tiara", }, { @@ -222,7 +222,7 @@ export default function HomePage() { name: "Elegant Anklet", price: "₹24,500", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502945.jpg", + "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502945.jpg?_wi=1", imageAlt: "Gold Anklet", }, { @@ -230,7 +230,7 @@ export default function HomePage() { name: "Traditional Nosepin", price: "₹18,000", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565140.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565140.jpg?_wi=1", imageAlt: "Gold Nosepin", }, { @@ -238,7 +238,7 @@ export default function HomePage() { name: "Gold Waist Chain", price: "₹52,000", imageSrc: - "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg", + "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg?_wi=1", imageAlt: "Gold Waist Chain", }, { @@ -246,7 +246,7 @@ export default function HomePage() { name: "Formal Cufflinks", price: "₹22,500", imageSrc: - "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg", + "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg?_wi=1", imageAlt: "Gold Cufflinks", }, { @@ -254,7 +254,7 @@ export default function HomePage() { name: "Daily Wear Studs", price: "₹16,500", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-woman-blonde-woman-with-curly-beautiful-hair-beautiful-blonde-long-curly-hair-woman-with-beauty-makeup-healthy-skin-accessories_343629-56.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-woman-blonde-woman-with-curly-beautiful-hair-beautiful-blonde-long-curly-hair-woman-with-beauty-makeup-healthy-skin-accessories_343629-56.jpg?_wi=1", imageAlt: "Gold Studs", }, { @@ -262,7 +262,7 @@ export default function HomePage() { name: "Emerald Luxury Piece", price: "₹85,000", imageSrc: - "http://img.b2bpic.net/free-psd/elegant-emerald-ring-with-diamond-halo-two-tone-braided-band-design_9975-132662.jpg", + "http://img.b2bpic.net/free-psd/elegant-emerald-ring-with-diamond-halo-two-tone-braided-band-design_9975-132662.jpg?_wi=1", imageAlt: "Emerald Jewelry", }, ]} @@ -285,7 +285,7 @@ export default function HomePage() { description: "All our jewelry comes with proper hallmarking and certification. We guarantee 100% genuine gold and authentic gemstones for every piece we create, ensuring your investment is protected.", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=3", }, { id: 2, @@ -295,7 +295,7 @@ export default function HomePage() { description: "Our skilled craftsmen use traditional techniques combined with modern precision to create timeless pieces. Each jewelry item is individually crafted to ensure uniqueness and superior quality.", imageSrc: - "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg", + "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg?_wi=2", }, { id: 3, @@ -305,7 +305,7 @@ export default function HomePage() { description: "We offer custom jewelry design services tailored to your preferences. Our designers work closely with you to bring your vision to life, ensuring each piece is as unique as you are.", imageSrc: - "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg", + "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg?_wi=2", }, ]} /> @@ -327,7 +327,7 @@ export default function HomePage() { name: "Priya Sharma", role: "Bride", imageSrc: - "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Priya Sharma", }, { @@ -338,7 +338,7 @@ export default function HomePage() { name: "Anjali Verma", role: "Loyal Customer", imageSrc: - "http://img.b2bpic.net/free-photo/closeup-content-attractive-indian-business-lady_1262-2094.jpg", + "http://img.b2bpic.net/free-photo/closeup-content-attractive-indian-business-lady_1262-2094.jpg?_wi=1", imageAlt: "Anjali Verma", }, { @@ -349,7 +349,7 @@ export default function HomePage() { name: "Neha Patel", role: "Custom Order Client", imageSrc: - "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg", + "http://img.b2bpic.net/free-photo/young-attractive-businesswoman_93675-133773.jpg?_wi=1", imageAlt: "Neha Patel", }, { @@ -360,7 +360,7 @@ export default function HomePage() { name: "Rajesh Kumar", role: "Gift Giver", imageSrc: - "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", + "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=1", imageAlt: "Rajesh Kumar", }, { @@ -371,7 +371,7 @@ export default function HomePage() { name: "Deepika Singh", role: "Festival Shopper", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg", + "http://img.b2bpic.net/free-photo/portrait-successful-businesswoman-with-charming-smile-posing-street-with-interesting-architecture-background_613910-3354.jpg?_wi=1", imageAlt: "Deepika Singh", }, { @@ -382,7 +382,7 @@ export default function HomePage() { name: "Meera Gupta", role: "Satisfied Customer", imageSrc: - "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", + "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1", imageAlt: "Meera Gupta", }, ]} -- 2.49.1 From 90b56b248768802e7c0e07f0992f5121dc35a57b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:37:51 +0000 Subject: [PATCH 4/4] Update src/app/products/page.tsx --- src/app/products/page.tsx | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b6b80ee..d98032d 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -97,7 +97,7 @@ export default function ProductsPage() { name: "Gold Necklace with Pendant", price: "₹45,000", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=4", imageAlt: "Gold Necklace", }, { @@ -105,7 +105,7 @@ export default function ProductsPage() { name: "Diamond Earrings", price: "₹38,500", imageSrc: - "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg", + "http://img.b2bpic.net/free-photo/attractive-young-woman-with-blonde-hair-stylish-white-dress-sits-luxurious-sofa_132075-8134.jpg?_wi=2", imageAlt: "Diamond Earrings", }, { @@ -113,7 +113,7 @@ export default function ProductsPage() { name: "Engagement Ring", price: "₹62,000", imageSrc: - "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg", + "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg?_wi=3", imageAlt: "Gold Ring", }, { @@ -121,7 +121,7 @@ export default function ProductsPage() { name: "Gemstone Bracelet", price: "₹32,500", imageSrc: - "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg", + "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg?_wi=2", imageAlt: "Gold Bracelet", }, { @@ -129,7 +129,7 @@ export default function ProductsPage() { name: "Traditional Bangles Set", price: "₹55,000", imageSrc: - "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg", + "http://img.b2bpic.net/free-photo/young-indian-woman-wearing-sari_23-2149400905.jpg?_wi=3", imageAlt: "Gold Bangles", }, { @@ -137,7 +137,7 @@ export default function ProductsPage() { name: "Ornamental Locket", price: "₹28,000", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=5", imageAlt: "Gold Pendant", }, { @@ -145,7 +145,7 @@ export default function ProductsPage() { name: "Vintage Brooch", price: "₹35,500", imageSrc: - "http://img.b2bpic.net/free-psd/golden-flower-brooch-with-sparkling-crystals-stunning-piece-jewelry_632498-26410.jpg", + "http://img.b2bpic.net/free-psd/golden-flower-brooch-with-sparkling-crystals-stunning-piece-jewelry_632498-26410.jpg?_wi=2", imageAlt: "Gold Brooch", }, { @@ -153,7 +153,7 @@ export default function ProductsPage() { name: "Gold Chain", price: "₹42,000", imageSrc: - "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg", + "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599109.jpg?_wi=2", imageAlt: "Gold Chain", }, { @@ -161,7 +161,7 @@ export default function ProductsPage() { name: "Bridal Tiara", price: "₹78,500", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-bride-posing-camera_176474-120064.jpg", + "http://img.b2bpic.net/free-photo/beautiful-bride-posing-camera_176474-120064.jpg?_wi=2", imageAlt: "Bridal Tiara", }, { @@ -169,7 +169,7 @@ export default function ProductsPage() { name: "Elegant Anklet", price: "₹24,500", imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502945.jpg", + "http://img.b2bpic.net/free-photo/beautiful-young-woman-wearing-sari_23-2149502945.jpg?_wi=2", imageAlt: "Gold Anklet", }, { @@ -177,7 +177,7 @@ export default function ProductsPage() { name: "Traditional Nosepin", price: "₹18,000", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565140.jpg", + "http://img.b2bpic.net/free-photo/portrait-young-woman-wearing-traditional-sari-garment_23-2149565140.jpg?_wi=2", imageAlt: "Gold Nosepin", }, { @@ -185,7 +185,7 @@ export default function ProductsPage() { name: "Gold Waist Chain", price: "₹52,000", imageSrc: - "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg", + "http://img.b2bpic.net/free-photo/women-wearing-thai-clothes-hands-touching-their-faces_1150-15621.jpg?_wi=2", imageAlt: "Gold Waist Chain", }, { @@ -193,7 +193,7 @@ export default function ProductsPage() { name: "Formal Cufflinks", price: "₹22,500", imageSrc: - "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg", + "http://img.b2bpic.net/free-photo/groom-holds-wedding-ring-standing-before-window-hotel-r_8353-8964.jpg?_wi=2", imageAlt: "Gold Cufflinks", }, { @@ -201,7 +201,7 @@ export default function ProductsPage() { name: "Daily Wear Studs", price: "₹16,500", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-woman-blonde-woman-with-curly-beautiful-hair-beautiful-blonde-long-curly-hair-woman-with-beauty-makeup-healthy-skin-accessories_343629-56.jpg", + "http://img.b2bpic.net/free-photo/close-up-portrait-elegant-woman-blonde-woman-with-curly-beautiful-hair-beautiful-blonde-long-curly-hair-woman-with-beauty-makeup-healthy-skin-accessories_343629-56.jpg?_wi=2", imageAlt: "Gold Studs", }, { @@ -209,7 +209,7 @@ export default function ProductsPage() { name: "Emerald Luxury Piece", price: "₹85,000", imageSrc: - "http://img.b2bpic.net/free-psd/elegant-emerald-ring-with-diamond-halo-two-tone-braided-band-design_9975-132662.jpg", + "http://img.b2bpic.net/free-psd/elegant-emerald-ring-with-diamond-halo-two-tone-braided-band-design_9975-132662.jpg?_wi=2", imageAlt: "Emerald Jewelry", }, ]} @@ -232,7 +232,7 @@ export default function ProductsPage() { description: "We begin by understanding your preferences, style, and budget. Our expert designers sketch and plan each piece with meticulous attention to detail before any crafting begins.", imageSrc: - "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg", + "http://img.b2bpic.net/free-photo/golden-christmas-decoration-wooden-table_1252-340.jpg?_wi=6", }, { id: 2, @@ -242,7 +242,7 @@ export default function ProductsPage() { description: "Our master artisans use premium materials and traditional techniques to bring designs to life. Every curve, every stone setting, and every detail is crafted with unwavering precision and care.", imageSrc: - "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg", + "http://img.b2bpic.net/free-photo/close-shot-womans-hands-with-ring-bracelet-jewerly_343596-1630.jpg?_wi=3", }, { id: 3, @@ -252,7 +252,7 @@ export default function ProductsPage() { description: "Before delivery, each piece undergoes rigorous quality testing and receives official hallmarking and certification, guaranteeing the authenticity and purity of all materials used.", imageSrc: - "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg", + "http://img.b2bpic.net/free-psd/luxurious-gold-ring-with-oval-emerald-diamond-halo_9975-132506.jpg?_wi=4", }, ]} /> -- 2.49.1