From ddf646877dcbb1d972286c22743fab4779a3d8ee Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 23:10:36 +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 16f25f3..544ed53 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,6 +46,7 @@ export default function LandingPage() { background={{ variant: "rotated-rays-static" }} title="El Amarradero del Mico" description="El auténtico sabor de los llanos en el corazón de Villavicencio. Tradición, parrilla y buena compañía." + buttons={[{ text: "Reservar Mesa" }]} carouselItems={[ { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-table-14-persons-restaurant-hall-with-brick-walls-wide-windows-wood-ceiling_140725-8457.jpg?_wi=1", imageAlt: "Ambiente tradicional" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/home-celebration-friends-family-festive-table-with-pear-cake-top-view-celebration-concept_169016-4836.jpg?_wi=1", imageAlt: "Carnes a la parrilla" }, -- 2.49.1