From d21f2c61055491cbc4149b1dde32a7d7d45ff304 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Mar 2026 21:20:19 +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 8d56549..c112bfc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,15 +48,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "Burger Enthusiast", testimonial: "Worth the drive. Period. Best smash burgers in the region. Fresh ingredients, perfect technique, honest pricing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-friends_23-2148422315.jpg", imageAlt: "Sarah, burger enthusiast" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-friends_23-2148422315.jpg?_wi=1", imageAlt: "Sarah, burger enthusiast" }, { name: "Hassan K.", handle: "Halal Seeker", testimonial: "Finally, halal burgers that taste incredible. Certified, authentic, and made with real care. This is family-friendly dining done right.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Hassan, halal customer" + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=1", imageAlt: "Hassan, halal customer" }, { name: "Jennifer L.", handle: "Local Family", testimonial: "Consistent quality, fair prices, friendly staff. No gimmicks—just great food and community. Our kids ask when we're going back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional-came_1258-151876.jpg", imageAlt: "Jennifer, family customer" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional-came_1258-151876.jpg?_wi=1", imageAlt: "Jennifer, family customer" } ]} tag="Cult-Favorite Burger Spot" @@ -137,15 +137,15 @@ export default function LandingPage() { testimonials={[ { id: "t1", name: "Marcus T.", role: "Burger Enthusiast", company: "Food Explorer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-friends_23-2148422315.jpg", imageAlt: "Marcus testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-lovely-friends_23-2148422315.jpg?_wi=2", imageAlt: "Marcus testimonial" }, { id: "t2", name: "Amira H.", role: "Community Leader", company: "Local Events", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg", imageAlt: "Amira testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/successful-expert_1098-14503.jpg?_wi=2", imageAlt: "Amira testimonial" }, { id: "t3", name: "David R.", role: "Regular Customer", company: "Al's Fan", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional-came_1258-151876.jpg", imageAlt: "David testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-redhead-girl-photographer-taking-pictures-city-makes-photos-outdoors-professional-came_1258-151876.jpg?_wi=2", imageAlt: "David testimonial" }, { id: "t4", name: "Lisa P.", role: "Family Dad", company: "Weekend Visitor", rating: 5, -- 2.49.1