From 15496e90ca36d93e79afab5a2b9d6b7f04aa5b7b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:30:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f517540..faf89c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,15 +59,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Local Diner", testimonial: "The best dining experience in Brockton! The seafood is always fresh and the service is impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1" }, { name: "James Rodriguez", handle: "Food Enthusiast", testimonial: "Salo's braised short ribs are absolutely incredible. Worth every visit!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2" }, { name: "Emily Chen", handle: "Regular Guest", testimonial: "The VIBE here is unmatched. Great cocktails, amazing food, and perfect atmosphere for celebrations.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3" } ]} testimonialRotationInterval={5000} @@ -139,27 +139,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "David Thompson", handle: "@davidthompson", testimonial: "Best dining experience in Brockton! The food is exquisite, the service is attentive, and the atmosphere is perfect for any occasion.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4" }, { id: "2", name: "Lisa Martinez", handle: "@lisamartinez", testimonial: "Celebrated our anniversary here and it was absolutely perfect. The braised short ribs melted in my mouth. Can't wait to go back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5" }, { id: "3", name: "Michael Johnson", handle: "@michaelj", testimonial: "The cocktails are incredible and the staff really knows their craft. This is my new favorite spot for Friday nights.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6" }, { id: "4", name: "Amanda Park", handle: "@amandapark", testimonial: "Finally found a place where the food matches the ambiance. Every detail is thoughtfully executed. Highly recommend Salo for any celebration!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=7" }, { id: "5", name: "Christopher Lee", handle: "@christopherlee", testimonial: "The seafood platter is a must-try. Fresh, perfectly cooked, and beautifully presented. Worth every penny!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=8" }, { id: "6", name: "Nicole Wilson", handle: "@nicolewilson", testimonial: "Great local spot with a vibrant atmosphere. The VIBE is exactly what Brockton needed. Definitely coming back soon!", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=9" } ]} /> -- 2.49.1