diff --git a/src/app/page.tsx b/src/app/page.tsx index f3ad9e9..e98a08a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,11 +63,11 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-with-digital-assistant-arrangement_23-2149108009.jpg", imageAlt: "Premium smartwatch"}, { - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg", imageAlt: "Black smartwatch"}, + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg?_wi=1", imageAlt: "Black smartwatch"}, { - imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg", imageAlt: "Silver smartwatch"}, + imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg?_wi=1", imageAlt: "Silver smartwatch"}, { - imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Gold smartwatch"}, + imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=1", imageAlt: "Gold smartwatch"}, ]} buttons={[ { text: "Shop Products", href: "#products" }, @@ -92,11 +92,11 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "1", name: "Eclipse Motion Pro", price: "$299.99", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg", imageAlt: "Eclipse Motion Pro Black"}, + id: "1", name: "Eclipse Motion Pro", price: "$299.99", variant: "Black • 3 Colors", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-looking-her-watch_23-2148213469.jpg?_wi=2", imageAlt: "Eclipse Motion Pro Black"}, { - id: "2", name: "Swift Silver Elite", price: "$249.99", variant: "Silver • 5 Colors", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg", imageAlt: "Swift Silver Elite"}, + id: "2", name: "Swift Silver Elite", price: "$249.99", variant: "Silver • 5 Colors", imageSrc: "http://img.b2bpic.net/free-psd/flat-design-black-friday-template_23-2149690265.jpg?_wi=2", imageAlt: "Swift Silver Elite"}, { - id: "3", name: "Luxe Gold Standard", price: "$399.99", variant: "Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg", imageAlt: "Luxe Gold Standard"}, + id: "3", name: "Luxe Gold Standard", price: "$399.99", variant: "Gold • 2 Colors", imageSrc: "http://img.b2bpic.net/free-photo/businessman-hand-pants-pocket_1262-18152.jpg?_wi=2", imageAlt: "Luxe Gold Standard"}, ]} />