diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de086b..c2b34cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,7 +68,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg?_wi=1", imageAlt: "Espresso pour", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { imageAlt: "Cafe vibe", }, { - imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg?_wi=1", imageAlt: "Maple latte", }, { @@ -132,7 +132,7 @@ export default function LandingPage() { title: "Owned", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg" + imageSrc="http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg?_wi=1" imageAlt="Our coffee cart family" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -222,21 +222,21 @@ export default function LandingPage() { title: "Beautiful Setting", description: "Coffee with a mountain view.", buttonIcon: "Mountain", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-cafe-caffeine-drinking-beverage_53876-23303.jpg?_wi=2", imageAlt: "Female barista with mask working in the coffee shop", }, { title: "Friendly Service", description: "Hospitality is in our blood.", buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/making-drip-coffee-vintage-coffee-shop-with-green-garden-nature_1150-14516.jpg?_wi=2", imageAlt: "Female barista with mask working in the coffee shop", }, { title: "Expert Craft", description: "Every pour is intentional.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-creamy-coffee-cutlery_250224-146.jpg?_wi=2", imageAlt: "Female barista with mask working in the coffee shop", }, ]}