From 6b5829d30cbccbf8d0b547ac01a2939727594c10 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 07:35:11 +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 9bb2c21..da719cf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { { name: "Robert B.", handle: "@robertb", testimonial: "Exceptional service and flavor profiles. Will definitely book again.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-table-etiquette-dressing_23-2148914876.jpg" }, { name: "Sarah J.", handle: "@sarahj", testimonial: "A truly seamless experience. Everything was perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-with-cutlery_23-2150312256.jpg" }, { name: "Mark D.", handle: "@markd", testimonial: "The best private dining I've had in years. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-table-arrangement-with-flowers_23-2148966222.jpg" }, - { name: "Elena V.", handle: "@elenav", testimonial: "Incredible attention to detail and flavor. Outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg" }, + { name: "Elena V.", handle: "@elenav", testimonial: "Incredible attention to detail and flavor. Outstanding.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg?_wi=1" }, ]} buttons={[{ text: "Book a Consultation", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/top-view-wedding-table-arrangement_23-2150279480.jpg" @@ -101,7 +101,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah J.", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg" }, + { id: "1", name: "Sarah J.", role: "Host", company: "Private Event", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-male-with-beard-appeasing-hunger-while-dining-alone-modern-restaurant-sunny-day-eating-meal-with-knife-fork_273609-1966.jpg?_wi=2" }, { id: "2", name: "Mark D.", role: "CEO", company: "Dinner Party", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-holding-glass-champagne_23-2147931381.jpg" }, { id: "3", name: "Elena V.", role: "Socialite", company: "Gallery Opening", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-elder-business-woman-having-dessert-while-working_23-2148661256.jpg" }, { id: "4", name: "John P.", role: "Attendee", company: "Birthday Bash", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-having-fun-while-toasting-with-her-friends-lunch-dining-table_637285-3223.jpg" }, -- 2.49.1