3 Commits

Author SHA1 Message Date
dbf4ef7b25 Merge version_3 into main
Merge version_3 into main
2026-03-09 10:51:51 +00:00
d6ca5f7660 Update src/app/page.tsx 2026-03-09 10:51:41 +00:00
6c94c572be Merge version_2 into main
Merge version_2 into main
2026-03-09 10:49:11 +00:00

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>