From bd07f0930d9bd2a7e9b959fa74230233e5e516a7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 9 Jun 2026 09:58:02 +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 a8c1204..098463f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,21 +78,21 @@ export default function LandingPage() { handle: "@foodlover1", testimonial: "KFC's chicken is simply unbeatable! The flavor is always on point, and it reminds me of home.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-orange_1385-1863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-orange_1385-1863.jpg?_wi=1", }, { name: "Happy Diner 2", handle: "@chickenfan", testimonial: "The Zinger Burger is my absolute favorite! Perfectly spicy and incredibly satisfying every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man_641386-1057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man_641386-1057.jpg?_wi=1", }, { name: "Regular Patron 3", handle: "@kfc_addict", testimonial: "Always fresh, always hot. KFC never disappoints, especially their coleslaw!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg?_wi=1", }, { name: "Hungry Critic 4", @@ -119,7 +119,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-chicken-wooden-plate-with-tomato-sauce_1150-20209.jpg" + imageSrc="http://img.b2bpic.net/free-photo/crispy-fried-chicken-wooden-plate-with-tomato-sauce_1150-20209.jpg?_wi=1" imageAlt="KFC Original Recipe Chicken Bucket" mediaAnimation="slide-up" fixedMediaHeight={true} @@ -366,7 +366,7 @@ export default function LandingPage() { quote: "Our Sunday dinners are always KFC family buckets. It's convenient, delicious, and everyone loves it!", tag: "Family Man", avatarSrc: "http://img.b2bpic.net/free-photo/joyful-young-barber-wearing-uniform-glasses-showing-credit-card-looking-camera-showing-ok-sign-isolated-blue-background_141793-138027.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-wooden-plate-with-tomato-sauce_1150-20209.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-chicken-wooden-plate-with-tomato-sauce_1150-20209.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -377,7 +377,7 @@ export default function LandingPage() { quote: "The Zinger burger is seriously the best! The spice level is just right, and the crispiness is out of this world. Highly recommend!", tag: "Burger Lover", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-hot-dog_23-2150347894.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-orange_1385-1863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girl-eating-orange_1385-1863.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -388,7 +388,7 @@ export default function LandingPage() { quote: "Every time I visit, the staff is friendly, and the food is hot and fresh. A truly consistent and enjoyable experience.", tag: "Loyal Customer", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-taking-selfie_23-2149155152.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man_641386-1057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-smiling-man_641386-1057.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, { @@ -399,7 +399,7 @@ export default function LandingPage() { quote: "From the original recipe to the mashed potatoes, everything is just finger lickin' good. KFC is my guilty pleasure!", tag: "Craving It", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-sushi-home_23-2149954853.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg?_wi=2", imageAlt: "happy customer woman smiling", }, ]} -- 2.49.1