From cc02aacaf5e4a9ea95cb6d4704282e7dc8f26c83 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 21:18:27 +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 3757ee6..90edc22 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -95,11 +95,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", title: "Exquisite", quote: "The atmosphere and flavors were perfectly balanced. A truly exceptional evening.", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg" }, + { id: "1", title: "Exquisite", quote: "The atmosphere and flavors were perfectly balanced. A truly exceptional evening.", name: "Sarah Johnson", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg?_wi=1" }, { id: "2", title: "Unforgettable", quote: "Simply the best dining experience I've had in years. Highly recommended.", name: "Michael Chen", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/sushi-dish-asian-restaurant_23-2148195562.jpg" }, { id: "3", title: "Authentic", quote: "You can taste the dedication in every single ingredient. Absolutely authentic.", name: "Emily Rodriguez", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-having-coffee-outdoors-cafe_231208-10719.jpg" }, { id: "4", title: "Masterpiece", quote: "The plating alone is art, but the taste is the real masterpiece here.", name: "David Kim", role: "Critics Pick", imageSrc: "http://img.b2bpic.net/free-photo/people-drinking-talking-get-together_23-2149187055.jpg" }, - { id: "5", title: "Wonderful", quote: "A hidden gem in the city. Every bite was an experience.", name: "Jane Doe", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg" }, + { id: "5", title: "Wonderful", quote: "A hidden gem in the city. Every bite was an experience.", name: "Jane Doe", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-having-fun-while-being-fed-by-her-boyfriend-meal-dining-room_637285-3192.jpg?_wi=2" }, ]} title="Guest Reflections" description="Hear what our beloved patrons have to say about their unforgettable dining experiences." -- 2.49.1