diff --git a/src/app/page.tsx b/src/app/page.tsx index 1a91635..40f3162 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=1", imageAlt: "warm cozy coffee shop scene cinematic lighting", }, { @@ -116,7 +116,7 @@ export default function LandingPage() { "Steam", "Fresh", ], - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=1", }, { id: "c2", @@ -125,7 +125,7 @@ export default function LandingPage() { "Chilled", "Refreshing", ], - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-splash-ice-cubes_84443-83799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-splash-ice-cubes_84443-83799.jpg?_wi=1", }, { id: "c3", @@ -134,7 +134,7 @@ export default function LandingPage() { "Rich", "Bold", ], - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table-freee-place_140725-129927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table-freee-place_140725-129927.jpg?_wi=1", }, { id: "c4", @@ -143,7 +143,7 @@ export default function LandingPage() { "Fizz", "Cool", ], - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-slice-sparkling-water_23-2149440303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-slice-sparkling-water_23-2149440303.jpg?_wi=1", }, { id: "c5", @@ -328,7 +328,7 @@ export default function LandingPage() { quote: "The best night vibes in the city.", tag: "Art", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-brunette-woman-sitting-with-coffee-using-smartphone-cafe-chatting_1258-199048.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-cup-hot-coffee_658428-103.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -339,7 +339,7 @@ export default function LandingPage() { quote: "The cold brew here is exceptional.", tag: "Coffee", avatarSrc: "http://img.b2bpic.net/free-photo/young-adult-enjoying-beverage_23-2149304428.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-stands-coffee-beans-chocolate_8353-1476.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -350,7 +350,7 @@ export default function LandingPage() { quote: "Perfect spot for studying comfortably.", tag: "Vibes", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-coffee-cup_23-2149308470.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-splash-ice-cubes_84443-83799.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/refreshing-iced-coffee-with-splash-ice-cubes_84443-83799.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -361,7 +361,7 @@ export default function LandingPage() { quote: "Loved the pasta and the coffee pairing.", tag: "Food", avatarSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-hipster-girl-trendy-summer-clothes-carefree-woman-sitting-veranda-terrace-cafe-drinking-coffee-positive-model-having-fun-dreams_158538-15947.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table-freee-place_140725-129927.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottom-view-black-cup-saucer-dark-table-freee-place_140725-129927.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -372,7 +372,7 @@ export default function LandingPage() { quote: "The cafe interior is truly inspiring.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/elderly-woman-talking-with-friends-drinking-coffee_23-2149260220.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-slice-sparkling-water_23-2149440303.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-orange-slice-sparkling-water_23-2149440303.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]}