Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:51:41 +00:00
parent 6c94c572be
commit d6ca5f7660

View File

@@ -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"
/>
</div>