From a939505be77f8771530abf07efed6186cacea244 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 07:29:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d15a3b..be47bcc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@FoodieSarah", testimonial: "Clucky's fried chicken is absolutely divine! Perfectly crispy, juicy, and so flavorful. My new go-to spot for comfort food!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg?_wi=1", imageAlt: "Sarah P. review", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@ChickenLoverMD", testimonial: "I can't believe how good and affordable this chicken is. It's a game-changer! Seriously the best value for incredible taste. 😭", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg?_wi=1", imageAlt: "Mark D. review", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@HappyEats", testimonial: "The atmosphere is as warm as the chicken! Such a friendly place with amazing food. You have to try their spicy tenders!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg?_wi=1", imageAlt: "Emily R. review", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@TasteBuds", testimonial: "Finally, a place that gets fried chicken right. Every bite is a burst of flavor. Plus, the staff are super nice!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David L. review", }, ]} @@ -241,7 +241,7 @@ export default function LandingPage() { quote: "I've tried fried chicken all over the city, and Clucky's is hands down the best. The chicken is always fresh, hot, and seasoned to perfection. A must-try!", name: "Jessica L.", role: "Local Food Critic", - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-outdoors-while-holding-shopping-bags_23-2148673232.jpg?_wi=2", imageAlt: "Jessica L.", }, { @@ -250,7 +250,7 @@ export default function LandingPage() { quote: "Clucky's offers an incredible experience. The fried chicken is crispy, juicy, and perfectly spiced, and the prices are unbelievably good for the quality. Highly recommend!", name: "Michael T.", role: "Happy Customer", - imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-person-planning-alternative-energies_23-2149205442.jpg?_wi=2", imageAlt: "Michael T.", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "My kids beg to go to Clucky's every weekend! The staff is so friendly, and the food is consistently delicious. It's our go-to for family dinners.", name: "Amanda G.", role: "Parent & Regular", - imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl_1303-3707.jpg?_wi=2", imageAlt: "Amanda G.", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { quote: "Every piece of chicken is a masterpiece. The crunch is audible, and the meat inside is so tender. This is comfort food done right!", name: "Kevin P.", role: "Fried Chicken Enthusiast", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Kevin P.", }, { -- 2.49.1