From 2f184f7376ec8477df69dadc8cf26f820236b396 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:45:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c4e41bd..8a076d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,11 +54,11 @@ export default function LandingPage() { ]} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-delicious-vegan-burger_23-2149039340.jpg", imageAlt: "Double Bacon Cheeseburger"}, + id: "1", 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", imageAlt: "Fried Chicken"}, + id: "2", 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", imageAlt: "Chili Dog"}, + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/tacos_23-2148159779.jpg?_wi=1", imageAlt: "Chili Dog"}, { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/tasty-thanksgiving-meal-view_23-2148663988.jpg", imageAlt: "Fish Plate"}, { @@ -187,13 +187,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/high-angle-close-up-black-burger-fries-wooden-board_23-2148238520.jpg", imageAlt: "High angle close-up of black burger and fries on wooden board"}, { 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", imageAlt: "High angle close-up of black burger and fries on wooden board"}, + 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", imageAlt: "High angle close-up of black burger and fries on wooden board"}, + 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", imageAlt: "High angle close-up of black burger and fries on wooden board"}, + 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"}, ]} title="Why Burger Shack?" description="Authentic, home-style cooking served with a smile." -- 2.49.1