diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a26aa8..5734830 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,17 +63,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039340.jpg?_wi=1", imageAlt: "Double Bacon Cheeseburger", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-chicken-nuggets-dip-garlic-sauce_23-2147841041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-chicken-nuggets-dip-garlic-sauce_23-2147841041.jpg?_wi=1", imageAlt: "Fried Chicken", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=1", imageAlt: "Chili Dog", }, { @@ -313,21 +313,21 @@ export default function LandingPage() { title: "Fast Service", description: "Quick lunch options for busy days.", buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039340.jpg?_wi=2", imageAlt: "High angle close-up of black burger and fries on wooden board", }, { title: "Friendly Staff", description: "Our community is like family.", buttonIcon: "Smile", - imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-chicken-nuggets-dip-garlic-sauce_23-2147841041.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-s-hand-holding-chicken-nuggets-dip-garlic-sauce_23-2147841041.jpg?_wi=2", imageAlt: "High angle close-up of black burger and fries on wooden board", }, { title: "Casual Atmosphere", description: "Relaxed environment for everyone.", buttonIcon: "Coffee", - imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=2", imageAlt: "High angle close-up of black burger and fries on wooden board", }, ]}