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", }, ]}