From 537a52262eaf37e96a35ab5b08ec522ed1828b1a Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 10:57:27 +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 1931a06..00111f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { tag="New Collection" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg?_wi=1", imageAlt: "elegant lifestyle product photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg?_wi=1", imageAlt: "luxury lifestyle details", }, { @@ -109,7 +109,7 @@ export default function LandingPage() { description: "Dedicated to your ultimate satisfaction.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg" + imageSrc="http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg?_wi=1" imageAlt="professional team workspace" mediaAnimation="slide-up" /> @@ -131,28 +131,28 @@ export default function LandingPage() { title: "Sustainable Craft", description: "Ethically sourced and produced items.", buttonIcon: "Shield", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-papers-with-leaves-shadow_23-2148838817.jpg?_wi=2", imageAlt: "Top view on boards of mdf material", }, { title: "Global Shipping", description: "Delivered to your doorstep anywhere.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-holding-hat-black-white-wall_176420-8591.jpg?_wi=2", imageAlt: "Top view on boards of mdf material", }, { title: "Exclusive Access", description: "Join our membership for early looks.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-as-interior-designer_23-2150346464.jpg?_wi=2", imageAlt: "Top view on boards of mdf material", }, { title: "Expert Support", description: "Dedicated team for your questions.", buttonIcon: "Headphones", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=1", imageAlt: "Top view on boards of mdf material", }, ]} @@ -172,7 +172,7 @@ export default function LandingPage() { id: "p1", name: "Essence Vase", price: "$120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cup-coffee-with-kettle-sweater_23-2148720025.jpg?_wi=2", imageAlt: "high end lifestyle product", }, { -- 2.49.1