From 9b8be0ad3b6013422d1b351f9367bad2c4bf93ea Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 16:34:05 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index feffca6..ed39351 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,6 +56,7 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} title={t.heroTitle} description={t.heroDesc} + buttons={[{ text: "Reserve a Table", href: "#contact" }]} testimonials={[ { name: "Juan Perez", handle: "@juanp", testimonial: "The best asado I have ever tasted outside of Buenos Aires.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashionable-hipster-guy-sitting-with-woman-cafe_273609-6829.jpg" }, { name: "Elena Rodriguez", handle: "@elenar", testimonial: "El Negro is a sanctuary for meat lovers. Simply perfect.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006729.jpg" },