From 02bbeb1387b383448cde2408f65f1615e59baec2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:32:42 +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 972c0fe..4db53ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,11 +55,11 @@ export default function LandingPage() { testimonials={[ { name: "Michael Sterling", handle: "CEO, Investment Firm", testimonial: "The most refined fishing experience of my life. Every detail was impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-climbing-equipment_23-2150382963.jpg", imageAlt: "Michael Sterling" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-climbing-equipment_23-2150382963.jpg?_wi=1", imageAlt: "Michael Sterling" }, { name: "Alexandra Chen", handle: "Entrepreneur & Collector", testimonial: "A sanctuary on water. Meridian understands true luxury.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg", imageAlt: "Alexandra Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg?_wi=1", imageAlt: "Alexandra Chen" } ]} buttons={[ @@ -167,11 +167,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "James Worthington", role: "Private Equity Principal", company: "Coastal Capital Partners", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-climbing-equipment_23-2150382963.jpg", imageAlt: "James Worthington" + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-with-climbing-equipment_23-2150382963.jpg?_wi=2", imageAlt: "James Worthington" }, { id: "2", name: "Sophia Laurent", role: "Luxury Goods Executive", company: "European Fashion Group", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg", imageAlt: "Sophia Laurent" + imageSrc: "http://img.b2bpic.net/free-photo/portriat-fishermen-with-coffee_329181-19994.jpg?_wi=2", imageAlt: "Sophia Laurent" }, { id: "3", name: "Marcus Chen", role: "Technology Founder", company: "Silicon Valley Innovations", rating: 5, -- 2.49.1