From 2a68b820172eff0b38eb59090a5249d45ca2cdf3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 06:05:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 683787a..610637c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,45 +59,45 @@ export default function LandingPage() { description="Flavor that keeps Birmingham coming back. From crispy wings to authentic gyros, we serve the best comfort food in the heart of Alabama." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=1", imageAlt: "Chicken Wings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=1", imageAlt: "Authentic Gyros", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=2", imageAlt: "Wings Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=2", imageAlt: "Gyros Combo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=3", imageAlt: "Spicy Wings", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=3", imageAlt: "Authentic Gyros", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=4", imageAlt: "Chicken Wings", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=4", imageAlt: "Gyros Combo", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-plate-with-fried-chicken-salad-with-sauce-cutlery_23-2148646615.jpg?_wi=5", imageAlt: "Wings Platter", }, { - imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tasty-snack-basket_23-2147761605.jpg?_wi=5", imageAlt: "Fresh Gyro", }, ]} -- 2.49.1