From 3a357c3425c16017d65de9c650195aa39c27453f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:22:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 69e3d50..7e29b91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -125,7 +125,9 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "Barbara", role: "Traveler", company: "Couples", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5054.jpg" }, - { id: "2", name: "The Scenic Suitcase", role: "Traveler", company: "Friends", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg" } + { id: "2", name: "The Scenic Suitcase", role: "Traveler", company: "Friends", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-happy-young-man-relaxing-coffee-shop-spending-time-cafe-listening_1258-245399.jpg" }, + { id: "3", name: "David M.", role: "Local Resident", company: "Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-young-man-with-coffee-cup-cafe_23-2148197775.jpg" }, + { id: "4", name: "Sarah L.", role: "Vegan Enthusiast", company: "Lifestyle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-her-dog-cafe_23-2148197775.jpg" } ]} title="What Our Guests Say" description="Hear from our wonderful community members who make Whole Earth Cafe what it is today." -- 2.49.1