From 92f97e610b6d5cf0eba5b2ce89971ea556484ad0 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 13:32:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ed029ff..967f200 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,12 +62,12 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg?_wi=1", imageAlt: "Art Piece 1", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg?_wi=1", imageAlt: "Art Piece 2", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { title: "Sustainable", description: "Eco-friendly wood and recycled materials used in all frames.", tag: "Eco", - imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-77936.jpg?_wi=2", imageAlt: "professional headshot dark", }, { @@ -202,7 +202,7 @@ export default function LandingPage() { title: "Global Shipping", description: "Secure, fast delivery to your door, anywhere in the world.", tag: "Logistics", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-pens-brushes-cup_23-2148769822.jpg?_wi=2", imageAlt: "professional headshot dark", }, ]}