From a348ba8c035c732dedea51457dc66f7030ef8815 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 07:59:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 546a525..9aba997 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,53 +59,53 @@ export default function LandingPage() { description="Experience the classic taste of original recipe fried chicken, prepared fresh daily in our kitchens." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=1", imageAlt: "Original Recipe Chicken", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=2", imageAlt: "Crispy Tenders", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=3", imageAlt: "Chicken Sandwich", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=4", imageAlt: "Bucket Meal", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=5", imageAlt: "Sides and Gravy", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=6", imageAlt: "Fries and Wings", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=7", imageAlt: "Fresh Preparation", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=8", imageAlt: "Serving Quality", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=9", imageAlt: "KFC Kitchen Team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=10", imageAlt: "Happy Dining", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=11", imageAlt: "Meal Variety", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-tenders_123827-36390.jpg?_wi=12", imageAlt: "Fast Service", }, ]} @@ -231,7 +231,7 @@ export default function LandingPage() { { id: "t2", name: "Jane Smith", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg?_wi=1", }, { id: "t3", @@ -246,7 +246,7 @@ export default function LandingPage() { { id: "t5", name: "Patrice Jones", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-enjoying-her-time-by-beach_23-2148648042.jpg?_wi=2", }, ]} cardTitle="What Our Fans Say" -- 2.49.1