diff --git a/src/app/page.tsx b/src/app/page.tsx index b830b33..7c24cec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-bubble-tea-drink_23-2149870672.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-bubble-tea-drink_23-2149870672.jpg?_wi=1" imageAlt="Refreshing boba tea" mediaAnimation="slide-up" avatars={[ @@ -150,7 +150,7 @@ export default function LandingPage() { price: "$5.95", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994377.jpg?_wi=1", }, { id: "2", @@ -159,7 +159,7 @@ export default function LandingPage() { price: "$6.50", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg?_wi=1", }, { id: "3", @@ -168,7 +168,7 @@ export default function LandingPage() { price: "$6.25", rating: 4, reviewCount: "80", - imageSrc: "http://img.b2bpic.net/free-photo/purple-figs-with-cup-drink-blue_114579-29174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/purple-figs-with-cup-drink-blue_114579-29174.jpg?_wi=1", }, { id: "4", @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "The best boba in Portland by far!", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-drinks-restaurant_23-2149269140.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-bubble-tea-drink_23-2149870672.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-bubble-tea-drink_23-2149870672.jpg?_wi=2", imageAlt: "boba tea colorful portland", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "So many options, and everything tastes fresh.", tag: "Boba Lover", avatarSrc: "http://img.b2bpic.net/free-photo/woman-using-mobile-application_1098-17365.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994377.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-traditional-thai-tea_23-2148994377.jpg?_wi=2", imageAlt: "boba drink menu items", }, { @@ -249,7 +249,7 @@ export default function LandingPage() { quote: "Perfect place to hang out with friends.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-asian-woman-apron-barista-giving-you-cup-coffee-working-cafe-serving-dr_1258-138287.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adding-milk-glass-cappuccino_114579-15194.jpg?_wi=2", imageAlt: "milk tea drink glass", }, { @@ -260,7 +260,7 @@ export default function LandingPage() { quote: "Friendly service and delicious tea.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/woman-with-iced-coffee-front-view_23-2149910962.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/purple-figs-with-cup-drink-blue_114579-29174.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/purple-figs-with-cup-drink-blue_114579-29174.jpg?_wi=2", imageAlt: "taro bubble tea aesthetic", }, ]}