diff --git a/src/app/page.tsx b/src/app/page.tsx index 6720386..0148ed3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,27 +65,27 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg?_wi=1", imageAlt: "Iced Matcha Coffee", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg?_wi=1", imageAlt: "Signature Espresso Drink", }, { - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg?_wi=1", imageAlt: "Iced Tea Specialty", }, { - imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg?_wi=1", imageAlt: "Kafeiin Signature Blend", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg?_wi=1", imageAlt: "Gourmet Matcha", }, { - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=1", imageAlt: "Barista Crafted Drink", }, ]} @@ -128,37 +128,37 @@ export default function LandingPage() { id: "m1", name: "Signature Matcha", price: "$6.50", - imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-holds-hot-latte-with-froth_140725-7025.jpg?_wi=2", }, { id: "m2", name: "Deep Espresso", price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling-while-drinking-smoothie_1157-2121.jpg?_wi=2", }, { id: "m3", name: "Iced Chai Tea", price: "$5.50", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-milkshake-glass-topped-with-whipped-cream-chocolate_140725-1320.jpg?_wi=2", }, { id: "m4", name: "Matcha Latte", price: "$6.00", - imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/iced-green-tea_1388-603.jpg?_wi=2", }, { id: "m5", name: "Americano", price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-cocktail-beverage-glass-with-abstract-neo-futuristic-set_23-2150938338.jpg?_wi=2", }, { id: "m6", name: "Specialty Tea", price: "$5.00", - imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hot-cup-coffee-with-cream-macaroon_140725-7521.jpg?_wi=2", }, ]} title="Signature Menu"