From 1614c8c9dba83b08dd1ddc86c55a48e11989eb37 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:49:18 +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 f34a5e5..c6b37b8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,16 +114,16 @@ export default function PapaRamenPage() { testimonials={[ { id: "1", name: "Marcus Nielsen", handle: "@marcusn", testimonial: "The best ramen I've had outside of Japan! The broth is absolutely incredible and the atmosphere is so welcoming. Will definitely be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Marcus Nielsen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg?_wi=1", imageAlt: "Marcus Nielsen"}, { id: "2", name: "Sofia Andersen", handle: "@sofiaeat", testimonial: "Papa Ramen never disappoints. The bao sandwiches are my favorite, and their gyoza are perfectly crispy. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Sofia Andersen"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg?_wi=2", imageAlt: "Sofia Andersen"}, { id: "3", name: "James Wilson", handle: "@jameswilson", testimonial: "Great casual spot with delicious food. Prices are reasonable and the service is friendly. Will be ordering takeaway regularly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "James Wilson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg?_wi=3", imageAlt: "James Wilson"}, { id: "4", name: "Elena Rodriguez", handle: "@elenaeats", testimonial: "The tonkotsu ramen is life-changing. The pork is melt-in-your-mouth tender and the noodles are perfectly cooked. Can't wait to go back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg", imageAlt: "Elena Rodriguez"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-looking-camera-winking_1262-18708.jpg?_wi=4", imageAlt: "Elena Rodriguez"}, ]} textboxLayout="default" animationType="slide-up"