From b172f5fa4d52eb26cc14a29391079a7559536575 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:49:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1ca5d39..c1e030e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,19 +156,19 @@ export default function LandingPage() { { id: "1", name: "Sarah Mitchell", role: "Regular Customer", testimonial: "Fantastic food and amazing desserts. The atmosphere is so welcoming and the service is incredibly friendly. This is our go-to place for dinner!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Mitchell"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Mitchell"}, { id: "2", name: "Marcus Johnson", role: "Food Enthusiast", testimonial: "Best local restaurant in town. The quality of ingredients shines through in every dish. Highly recommend for special occasions.", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Marcus Johnson"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Marcus Johnson"}, { id: "3", name: "Emily Chen", role: "Business Owner", testimonial: "Perfect spot for team celebrations and client meetings. Great food, excellent service, and a beautiful ambiance. Always impressed!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emily Chen"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emily Chen"}, { id: "4", name: "David Rodriguez", role: "Family Man", testimonial: "Kids love it, adults love it, and the value is incredible. We visit weekly and never have a bad experience. Truly special place!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Rodriguez"}, + "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "David Rodriguez"}, ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" -- 2.49.1