From cf39922c531d2b03596a2a710330add529ae713b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 02:31:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8015457..12d0987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -119,7 +119,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "woman portrait professional smiling headshot"}, { id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Beautiful décor, friendly service, and delicious desserts. The caramel latte is my go-to order every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "man portrait professional smiling headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "man portrait professional smiling headshot"}, { id: "3", name: "Emily Rodriguez", handle: "@emilyrodz", testimonial: "One of the best café experiences I've had. The attention to detail in every dessert is incredible. Highly recommended!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", imageAlt: "woman portrait friendly smiling avatar"}, @@ -131,7 +131,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/close-up-confident-corporate-woman-professional-entrepreneur-smiling-cross-arms-chest-smiling-enthusiastic-standing-white-background_1258-85600.jpg", imageAlt: "woman portrait professional happy headshot"}, { id: "6", name: "Alex Martinez", handle: "@alexmtz", testimonial: "Best dessert café in Bolton hands down. The Turkish coffee and chocolate brownie sundae are a match made in heaven.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "person portrait professional smiling headshot"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "person portrait professional smiling headshot"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1