From ac6963a631de51d46eb937329c4b6ecf163dbb5b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 00:50:02 +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 550cdd4..412b204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { handle: "@fatima_gold", testimonial: "The most exquisite gold collection I've ever seen. Pure craftsmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-deparment-store-interior_1203-9604.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-deparment-store-interior_1203-9604.jpg?_wi=1", imageAlt: "luxury gold jewellery store background", }, { @@ -66,7 +66,7 @@ export default function LandingPage() { handle: "@ahmed_jewels", testimonial: "Excellent heritage service. Truly luxury quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg?_wi=1", imageAlt: "luxury gold jewellery store background", }, { @@ -74,7 +74,7 @@ export default function LandingPage() { handle: "@layla_luxury", testimonial: "I love their unique designs. Eternal beauty indeed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-wheat-still-life_23-2149836439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-wheat-still-life_23-2149836439.jpg?_wi=1", imageAlt: "luxury gold jewellery store background", }, { @@ -82,7 +82,7 @@ export default function LandingPage() { handle: "@zaid_jewelry", testimonial: "A trusted name for gold. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/gold-ring_1203-2733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gold-ring_1203-2733.jpg?_wi=1", imageAlt: "luxury gold jewellery store background", }, { @@ -90,7 +90,7 @@ export default function LandingPage() { handle: "@sara_h", testimonial: "Exceptional customer experience at their boutique.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-ribbon-christmas-presents_23-2148721330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-ribbon-christmas-presents_23-2148721330.jpg?_wi=1", imageAlt: "luxury gold jewellery store background", }, ]} @@ -100,7 +100,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-deparment-store-interior_1203-9604.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-defocused-shopping-mall-deparment-store-interior_1203-9604.jpg?_wi=2" imageAlt="Luxury gold store interior" avatars={[ { @@ -154,7 +154,7 @@ export default function LandingPage() { useInvertedBackground={false} title="A Legacy of Gold Craftsmanship" description="Madina Jewellery Golds was founded with a passion for preserving the art of traditional gold-smithing while embracing modern aesthetic sensibilities. Each piece is a testament to our commitment to purity, excellence, and customer trust." - imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg?_wi=2" imageAlt="Jewellery craftsmanship" /> @@ -170,19 +170,19 @@ export default function LandingPage() { id: "p1", name: "Heritage Gold Ring", price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-wheat-still-life_23-2149836439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-gold-chain-wheat-still-life_23-2149836439.jpg?_wi=2", }, { id: "p2", name: "Midnight Gold Bangle", price: "$2,500", - imageSrc: "http://img.b2bpic.net/free-photo/gold-ring_1203-2733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/gold-ring_1203-2733.jpg?_wi=2", }, { id: "p3", name: "Royal Gold Pendant", price: "$3,800", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-ribbon-christmas-presents_23-2148721330.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-golden-ribbon-christmas-presents_23-2148721330.jpg?_wi=2", }, { id: "p4", -- 2.49.1