From 51458778e9d4f8fe66dab1dd7133a2c4bd7bb897 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 18:56:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a8b7c37..4c7f252 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047546.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047546.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/living-room-with-chandelier-couch-with-number-pillows-large-chandelier_188544-27064.jpg", @@ -154,19 +154,19 @@ export default function LandingPage() { id: "p1", name: "Signature Piece", price: "$1,250", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg?_wi=1", }, { id: "p2", name: "Artisan Vessel", price: "$890", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109772.jpg?_wi=1", }, { id: "p3", name: "Heritage Lamp", price: "$2,400", - imageSrc: "http://img.b2bpic.net/free-photo/white-table-delicious-meal-arrangement_23-2148941054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-table-delicious-meal-arrangement_23-2148941054.jpg?_wi=1", }, { id: "p4", @@ -234,7 +234,7 @@ export default function LandingPage() { quote: "Simply exquisite work.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-posing-with-flowers_52683-87229.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047546.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-modern-lamp-design_23-2151047546.jpg?_wi=2", imageAlt: "elegant woman profile portrait", }, { @@ -256,7 +256,7 @@ export default function LandingPage() { quote: "Elevated my life entirely.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/high-fashion-look-glamor-closeup-portrait-beautiful-sexy-stylish-brunette-caucasian-young-woman-model-with-bright-makeup_158538-2909.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253668.jpg?_wi=2", imageAlt: "elegant woman profile portrait", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { quote: "Refined and absolutely beautiful.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-handsome-employee-talking-cellphone_1139-344.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109772.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-father-s-day-composition-father-s-day-top-view_185193-109772.jpg?_wi=2", imageAlt: "elegant woman profile portrait", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { quote: "The gold standard of luxury.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-woman-holding-flower_23-2149883721.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/white-table-delicious-meal-arrangement_23-2148941054.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/white-table-delicious-meal-arrangement_23-2148941054.jpg?_wi=2", imageAlt: "elegant woman profile portrait", }, ]} -- 2.49.1