diff --git a/src/app/page.tsx b/src/app/page.tsx index 798f183..776341f 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/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -183,7 +183,7 @@ export default function LandingPage() { name: "Signature Blend", price: "$18", variant: "12oz", - imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg?_wi=1", }, { id: "p2", @@ -261,7 +261,7 @@ export default function LandingPage() { button: { text: "Start", }, - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-wooden-table-with-gradient-photo-style_53876-14314.jpg?_wi=2", imageAlt: "barista pouring coffee art", }, { @@ -277,7 +277,7 @@ export default function LandingPage() { button: { text: "Start", }, - imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vector-illustration-brown-paper-bag-small-jar-with-green-leaf-labels_1308-186795.jpg?_wi=2", imageAlt: "barista pouring coffee art", }, ]}