From 57d3d9f918520e36744def2595fb19de274c39da Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 17:05:01 +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 1002967..a8996bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,11 +84,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} testimonials={[ - { id: "1", title: "Exquisite Evening", quote: "Chef transformed our anniversary into a Michelin-star experience at home.", name: "Elena R.", role: "Private Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-women-sitting-dining-room-while-enjoying-christmas-dinner-together-joyful-diverse-people-home-celebrating-winter-holiday-with-champagne-traditional-home-cooked-food_482257-50608.jpg" }, + { id: "1", title: "Exquisite Evening", quote: "Chef transformed our anniversary into a Michelin-star experience at home.", name: "Elena R.", role: "Private Client", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-women-sitting-dining-room-while-enjoying-christmas-dinner-together-joyful-diverse-people-home-celebrating-winter-holiday-with-champagne-traditional-home-cooked-food_482257-50608.jpg?_wi=1" }, { id: "2", title: "Professional Excellence", quote: "The seamless service and incredible flavor profiles made our business dinner truly stand out.", name: "Mark D.", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/couple-toasting-with-beer_23-2147680993.jpg" }, { id: "3", title: "Seasonal Perfection", quote: "Simply the best farm-to-table experience we've ever had in a private setting.", name: "Sarah W.", role: "Food Critic", imageSrc: "http://img.b2bpic.net/free-photo/couple-is-drinking-white-wine-romantic-dinner-restaurant-holding-hands_8353-10578.jpg" }, { id: "4", title: "Unforgettable Celebration", quote: "My daughter's birthday party was elevated by the chef's passion and creativity.", name: "James K.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-friends-night-having-dinner_23-2149190912.jpg" }, - { id: "5", title: "Flawless Execution", quote: "An intimate evening with perfectly paired courses. Exceeded all expectations.", name: "Thomas L.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-women-sitting-dining-room-while-enjoying-christmas-dinner-together-joyful-diverse-people-home-celebrating-winter-holiday-with-champagne-traditional-home-cooked-food_482257-50608.jpg" } + { id: "5", title: "Flawless Execution", quote: "An intimate evening with perfectly paired courses. Exceeded all expectations.", name: "Thomas L.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-women-sitting-dining-room-while-enjoying-christmas-dinner-together-joyful-diverse-people-home-celebrating-winter-holiday-with-champagne-traditional-home-cooked-food_482257-50608.jpg?_wi=2" } ]} title="Artistry in Every Bite" description="What my clients say about their private dining experiences." -- 2.49.1