diff --git a/src/app/page.tsx b/src/app/page.tsx index cc4c2ba..142afaf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -195,6 +195,10 @@ export default function LandingPage() { id: "4", name: "Diego López, Regular Customer", date: "Date: 5 January 2025", title: "My New Favorite Spot", quote: "The choripán here is authentic street food done right. Fresh, flavorful, and generous portions. I've already brought my whole family back three times. This is the real deal!", tag: "Loyal Guest", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15575.jpg", avatarAlt: "Diego López", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hot-dog_23-2148768185.jpg?_wi=4", imageAlt: "Traditional choripan" } ]} + buttons={[ + { text: "Join Our Guests", href: "contact" }, + { text: "Make Your Reservation", href: "contact" } + ]} buttonAnimation="slide-up" />