diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f84f05..a4e8411 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/business-people-having-pizza-coffee-office-meeting-break_23-2148817095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/business-people-having-pizza-coffee-office-meeting-break_23-2148817095.jpg?_wi=1" imageAlt="Warm and inviting cafe interior" mediaAnimation="slide-up" /> @@ -77,7 +77,7 @@ export default function LandingPage() { useInvertedBackground={true} title="Our Story" description="Founded in 2012, Brew & Bean started as a small dream to bring specialty coffee to our community. We source only the finest ethically grown beans, ensuring every pour supports sustainability and flavor quality. From our family to yours, we invite you to take a break and enjoy the moment." - imageSrc="http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-103897.jpg" + imageSrc="http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-103897.jpg?_wi=1" imageAlt="Our commitment to artisanal coffee" /> @@ -94,21 +94,21 @@ export default function LandingPage() { name: "Butter Croissant", price: "$4.50", variant: "Freshly Baked", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-with-tea-pink_140725-24331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-with-tea-pink_140725-24331.jpg?_wi=1", }, { id: "2", name: "Signature Latte", price: "$5.25", variant: "House Blend", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-decorative-heart_1232-1244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-decorative-heart_1232-1244.jpg?_wi=1", }, { id: "3", name: "Cold Brew Tonic", price: "$6.00", variant: "Seasonal", - imageSrc: "http://img.b2bpic.net/free-photo/blueberry-basil-seed-drink_114579-49388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueberry-basil-seed-drink_114579-49388.jpg?_wi=1", }, { id: "4", @@ -150,7 +150,7 @@ export default function LandingPage() { quote: "The best atmosphere in the neighborhood. I come here for the cold brew and stay for the vibes.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-pizza-coffee-office-meeting-break_23-2148817095.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-people-having-pizza-coffee-office-meeting-break_23-2148817095.jpg?_wi=2", imageAlt: "warm cozy cafe interior", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { quote: "Finally, a cafe that actually understands what a perfectly balanced latte tastes like. Incredible pastry selection too.", tag: "Newcomer", avatarSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-cup-coffee_23-2148395415.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-103897.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/coffee-business-concept-handsome-bearded-man-apron-making-coffee-while-standing-cafe_1258-103897.jpg?_wi=2", imageAlt: "barista preparing artisanal coffee", }, { @@ -172,7 +172,7 @@ export default function LandingPage() { quote: "My favorite spot to get some work done. The staff is always so welcoming and the wifi is solid.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/young-african-american-man-waiting-lunch-while-sitting-restaurant_58466-16034.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-with-tea-pink_140725-24331.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-fruit-cake-delicious-sliced-with-red-cherries-inside-sugar-powder-inside-round-green-plate-with-tea-pink_140725-24331.jpg?_wi=2", imageAlt: "fresh croissant food photography", }, { @@ -183,7 +183,7 @@ export default function LandingPage() { quote: "I travel across the city just for their house blend. It is truly exceptional quality coffee.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/cute-lady-holding-idea-board-looking-camera_114579-92435.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-decorative-heart_1232-1244.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-with-decorative-heart_1232-1244.jpg?_wi=2", imageAlt: "latte art coffee close up", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { quote: "The brunch menu is underrated! Their avocado toast is perfect every single time.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/woman-home-enjoying-cup-coffee_23-2148933614.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/blueberry-basil-seed-drink_114579-49388.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blueberry-basil-seed-drink_114579-49388.jpg?_wi=2", imageAlt: "iced coffee refreshing drink", }, ]}