From faec104128e3b21a9304a6aa89bb635cfcf1cc5e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 18:25:15 +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 c7d8534..179e4e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -87,11 +87,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Elena Rodriguez", role: "Host", company: "Anniversary Dinner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" }, + { id: "1", name: "Elena Rodriguez", role: "Host", company: "Anniversary Dinner", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg?_wi=1" }, { id: "2", name: "Julian Thorne", role: "Professional", company: "Corporate Gala", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-young-friends-having-wine-dinner_23-2148454085.jpg" }, { id: "3", name: "Sarah Miller", role: "Host", company: "Private Soiree", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg" }, { id: "4", name: "Marcus Chen", role: "Guest", company: "Birthday Celebration", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-couple-having-romantic-dinner-together_23-2148435808.jpg" }, - { id: "5", name: "Sophie Laurent", role: "Host", company: "Summer Gathering", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg" }, + { id: "5", name: "Sophie Laurent", role: "Host", company: "Summer Gathering", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-her-boyfriend-reading-text-message-mobile-phone-while-sitting-dining-table_637285-10328.jpg?_wi=2" }, ]} kpiItems={[ { value: "150+", label: "Events Hosted" }, -- 2.49.1