From f15122defcd64501e464bfee9a35be2e6b90a6ee Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:19:30 +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 4beeb6f..550ea5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,27 +143,27 @@ export default function LandingPage() { { id: "1", name: "Sarah Johnson", role: "Regular Customer", testimonial: "The best sandwiches in the neighborhood! Fresh ingredients, friendly staff, and they remember my order. I've been coming here for 5 years.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Sarah Johnson"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Sarah Johnson"}, { id: "2", name: "Michael Chen", role: "Office Manager", testimonial: "We order catering from NY Best Deli for all our office events. The quality is exceptional and the team is always professional and reliable.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Michael Chen"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Michael Chen"}, { id: "3", name: "Emily Rodriguez", role: "Community Member", testimonial: "This deli is the heart of our neighborhood. The owners treat everyone like family, and the food speaks for itself. Highly recommended!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Emily Rodriguez"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Emily Rodriguez"}, { id: "4", name: "David Kim", role: "Local Business Owner", testimonial: "I've been a supplier to NY Best Deli for years. They take pride in what they do and it shows. Their commitment to quality is unwavering.", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "David Kim"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=4", imageAlt: "David Kim"}, { id: "5", name: "Lisa Thompson", role: "Neighbor", testimonial: "My whole family loves this place. From kids to grandparents, there's something for everyone. The prepared sides are fantastic!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Lisa Thompson"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=5", imageAlt: "Lisa Thompson"}, { id: "6", name: "James Martinez", role: "Regular Visitor", testimonial: "Best deli I've found in the city. Authentic, welcoming, and genuinely cares about their customers. Worth the visit!", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "James Martinez"}, + "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=6", imageAlt: "James Martinez"}, ]} title="What Our Customers Say" description="Real feedback from the community members who visit us daily" -- 2.49.1