From b3519fca3427334f42f028e5656e353a52f5a26a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:27:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 705fd30..b0f2bf4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg?_wi=1" imageAlt="Luxurious marble sculpture and home decor" mediaAnimation="slide-up" /> @@ -105,21 +105,21 @@ export default function LandingPage() { name: "Minimalist Vase", price: "$120", variant: "White Carrara", - imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg?_wi=1", }, { id: "2", name: "Geometric Bookends", price: "$85", variant: "Black Marquina", - imageSrc: "http://img.b2bpic.net/free-photo/artistic-creation-made-from-3d-geometric-shapes_23-2150829201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artistic-creation-made-from-3d-geometric-shapes_23-2150829201.jpg?_wi=1", }, { id: "3", name: "Vanity Tray", price: "$95", variant: "White Carrara", - imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-heart-shaped-jelly-candies_114579-31939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-heart-shaped-jelly-candies_114579-31939.jpg?_wi=1", }, { id: "4", @@ -161,7 +161,7 @@ export default function LandingPage() { quote: "The marble vase I purchased is a masterpiece. Exceptional quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-african-american-woman-smiling-cheerful-friendly-face-laughing-confident_839833-29956.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg?_wi=2", imageAlt: "elegant marble sculpture craft home decor", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "Unique designs that stand out in any room. Simply beautiful.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-girl-posing_23-2148499572.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/different-shaped-white-vases-with-plant_23-2149835521.jpg?_wi=2", imageAlt: "white marble vase minimalist design", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { quote: "Fast shipping and the quality exceeded my expectations.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-decorating-house-with-christmas-toys_1303-25884.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/artistic-creation-made-from-3d-geometric-shapes_23-2150829201.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artistic-creation-made-from-3d-geometric-shapes_23-2150829201.jpg?_wi=2", imageAlt: "marble bookends handcrafted decor", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "I highly recommend Marble Crafts for authentic artisan decor.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/ai-generated-cute-girl-pic_23-2150649852.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-heart-shaped-jelly-candies_114579-31939.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dark-wooden-board-full-heart-shaped-jelly-candies_114579-31939.jpg?_wi=2", imageAlt: "marble tray for vanity decor", }, ]} @@ -223,7 +223,7 @@ export default function LandingPage() { tag="Contact Us" title="Let's Craft Together" description="Have a custom vision? Send us a message and we'll bring it to life." - imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg" + imageSrc="http://img.b2bpic.net/free-photo/abstract-gold-chain-jewellery-presentation_23-2149599082.jpg?_wi=3" mediaAnimation="slide-up" /> -- 2.49.1