From 03a4b2b471f863a6a442d99880c61ef4896b4a67 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 01:25:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7b566ef..a34bcdc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,18 +52,16 @@ export default function LandingPage() { mediaAnimation="blur-reveal" imagePosition="right" testimonials={[ - { - name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5, + { name: "Sarah Mitchell", handle: "Regular Guest", testimonial: "The finest coffee experience I've ever had. Every detail is perfected.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell" }, - { - name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5, + { name: "James Chen", handle: "Coffee Enthusiast", testimonial: "Outstanding quality and an atmosphere that inspires. Truly exceptional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen" }, ]} buttons={[ - { text: "Explore Our Menu", href: "#menu" }, - { text: "Book Your Visit", href: "#contact" }, + { text: "Reserve Table Now", href: "#contact" }, + { text: "Book Your Visit", href: "#menu" }, ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1