From ca86d355a1c671a0461486704e3577d06683ef35 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 04:23:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9894a7d..bd386b2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,11 +52,11 @@ export default function LandingPage() { testimonials={[ { name: "Margaret Sullivan", handle: "Food Critic, Culinary Times", testimonial: "An unforgettable evening of culinary artistry. Every dish was a masterpiece, paired with impeccable service.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-planning_114579-18684.jpg?_wi=1", imageAlt: "Margaret Sullivan" + imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-planning_114579-18684.jpg", imageAlt: "Margaret Sullivan" }, { name: "James Richardson", handle: "Michelin Guide Reviewer", testimonial: "The chef's attention to detail and innovative approach to traditional cuisine is truly remarkable. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg?_wi=1", imageAlt: "James Richardson" + imageSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageAlt: "James Richardson" } ]} buttons={[ @@ -84,6 +84,7 @@ export default function LandingPage() { imageAlt="Elegant restaurant interior showcasing luxury ambiance and sophisticated design" useInvertedBackground={true} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -186,10 +187,10 @@ export default function LandingPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Catherine Monroe", handle: "@cathMonroe", testimonial: "An absolutely phenomenal experience. The chef's attention to detail is unmatched, and the service was impeccable from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-planning_114579-18684.jpg?_wi=2", imageAlt: "Catherine Monroe" + id: "1", name: "Catherine Monroe", handle: "@cathMonroe", testimonial: "An absolutely phenomenal experience. The chef's attention to detail is unmatched, and the service was impeccable from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-white-blazer-planning_114579-18684.jpg", imageAlt: "Catherine Monroe" }, { - id: "2", name: "David Chen", handle: "@davChef", testimonial: "The flavors were extraordinary. Each course was a masterpiece that transported us through culinary innovation and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg?_wi=2", imageAlt: "David Chen" + id: "2", name: "David Chen", handle: "@davChef", testimonial: "The flavors were extraordinary. Each course was a masterpiece that transported us through culinary innovation and tradition.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-close-up_1139-650.jpg", imageAlt: "David Chen" }, { id: "3", name: "Elena Rossi", handle: "@elenaWines", testimonial: "The wine pairings were perfectly curated. This is a destination restaurant that every food lover must experience.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-black-sweater-standing-posing_114579-58750.jpg", imageAlt: "Elena Rossi" -- 2.49.1