From 185cfc4971ca3d03a9480a6291c48eb5ea401324 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 14:15:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e53dda7..6223c15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { gridVariant="asymmetric-60-wide-40-narrow" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah Johnson", role: "Tourist", company: "UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg" }, + { id: "1", name: "Sarah Johnson", role: "Tourist", company: "UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg?_wi=1" }, { id: "2", name: "Mehmet Yilmaz", role: "Local", company: "Dalyan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-couple-love-having-great-time-together-their-dating-attractive-couple-enjoying-each-other-eating-restaurant_613910-5607.jpg" }, { id: "3", name: "Elena Rossi", role: "Group Diner", company: "Italy", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187240.jpg" }, { id: "4", name: "David Smith", role: "Tourist", company: "USA", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-executives-having-meal_1170-1740.jpg" }, - { id: "5", name: "Amelia White", role: "Blogger", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg" }, + { id: "5", name: "Amelia White", role: "Blogger", company: "Australia", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/brazilian-family-enjoying-meal-together_23-2151156202.jpg?_wi=2" }, ]} title="5-Star Memories" description="What our guests say about us" -- 2.49.1