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" }}