diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d14d78..0aa4688 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,27 +69,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=1", imageAlt: "Coffee beans", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865577.jpg?_wi=1", imageAlt: "Latte art", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992981.jpg?_wi=1", imageAlt: "Coffee cup", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=1", imageAlt: "Roasting", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187523.jpg?_wi=1", imageAlt: "Cafe interior", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { quote: "The Blackberry Latte is unmatched.", tag: "Loyal", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-happy-rich-stylish-man-dressed-modern-elegant-clothes-holds-cup-coffee-outdoor-restaurant_613910-3978.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-with-phone-night_1303-5741.jpg?_wi=2", imageAlt: "portrait young professional elegant style", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { quote: "Finally, a coffee shop that feels like a fashion boutique.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/outside-portrait-charming-pretty-woman-with-dark-hair-wearing-white-knitted-sweater-drinking-coffee-lights-background_291650-865.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-coffee-cup_23-2148865577.jpg?_wi=2", imageAlt: "portrait young professional elegant style", }, { @@ -216,7 +216,7 @@ export default function LandingPage() { quote: "The bean sourcing is exceptional.", tag: "Expert", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-coffee-cup_23-2149308470.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992981.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992981.jpg?_wi=2", imageAlt: "portrait young professional elegant style", }, { @@ -227,7 +227,7 @@ export default function LandingPage() { quote: "A masterclass in minimalist branding.", tag: "Customer", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-wearing-leather-jacket-with-rucksack-holding-cup-with-takeaway-coffee-outside-near-cafe_613910-17660.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-coffee-machine-cups-with-coffee-beans_23-2148522959.jpg?_wi=2", imageAlt: "portrait young professional elegant style", }, { @@ -238,7 +238,7 @@ export default function LandingPage() { quote: "The atmosphere is as refined as the coffee.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-redhead-female-barista-small-coffee-shop_613910-1440.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187523.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tool-used-coffee-machine-coffee-making-process_23-2150187523.jpg?_wi=2", imageAlt: "portrait young professional elegant style", }, ]}