From 525bb99483543058ba99b26c8b20261ccd5acb90 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 17 Apr 2026 01:28:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 45 insertions(+), 168 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35561fb..70695e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -63,37 +53,23 @@ export default function LandingPage() { tag="Cartagena • Sabor que enamora" buttons={[ { - text: "Reservar Mesa", - href: "#contact", - }, + text: "Reservar Mesa", href: "#contact"}, { - text: "Ver Menú", - href: "#menu", - }, + text: "Ver Menú", href: "#menu"}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-exotic-cocktail-embossed-glass-wooden-stand-green-wall_140725-12805.jpg" imageAlt="Latinos Restaurante Interior" avatars={[ { - src: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg", - alt: "Woman arranging the dishware", - }, + src: "http://img.b2bpic.net/free-photo/woman-arranging-dishware-table-restaurant_23-2147936226.jpg", alt: "Woman arranging the dishware"}, { - src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", - alt: "Young woman arranging the table", - }, + src: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg", alt: "Young woman arranging the table"}, { - src: "http://img.b2bpic.net/free-photo/tea-time_1361-171.jpg", - alt: "Tea time setup", - }, + src: "http://img.b2bpic.net/free-photo/tea-time_1361-171.jpg", alt: "Tea time setup"}, { - src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", - alt: "Restaurant with leather sofa", - }, + src: "http://img.b2bpic.net/free-photo/restaurant-with-leather-sofa-paintings-wall_140725-9715.jpg", alt: "Restaurant with leather sofa"}, { - src: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", - alt: "Blurred city lights ambient", - }, + src: "http://img.b2bpic.net/free-photo/blurred-city-lights_23-2148139051.jpg", alt: "Blurred city lights ambient"}, ]} avatarText="Únete a nuestra comunidad de amantes de la buena mesa" /> @@ -104,22 +80,13 @@ export default function LandingPage() { useInvertedBackground={false} heading={[ { - type: "text", - content: "Cocina con ", - }, + type: "text", content: "Cocina con "}, { - type: "text", - content: "corazón", - }, + type: "text", content: "corazón"}, { - type: "image", - src: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg", - alt: "Plate", - }, + type: "image", src: "http://img.b2bpic.net/free-photo/steamed-bao-bun-with-braised-pork-belly-fresh-asian-slaw_84443-85877.jpg", alt: "Plate"}, { - type: "text", - content: " en cada plato.", - }, + type: "text", content: " en cada plato."}, ]} /> @@ -132,20 +99,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Mariscos Legendarios", - description: "Sabores intensos, frescura notable y sazón celebrada por clientes.", - imageSrc: "http://img.b2bpic.net/free-photo/oyster_74190-5824.jpg", - }, + title: "Mariscos Legendarios", description: "Sabores intensos, frescura notable y sazón celebrada por clientes.", imageSrc: "http://img.b2bpic.net/free-photo/oyster_74190-5824.jpg"}, { - title: "Servicio de Casa", - description: "Atención cercana, amable y pendiente de cada detalle.", - imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg", - }, + title: "Servicio de Casa", description: "Atención cercana, amable y pendiente de cada detalle.", imageSrc: "http://img.b2bpic.net/free-photo/hot-grilled-spare-ribs-with-barbecue-sauce-crumpled-paper-top-view-ai-generative_123827-23832.jpg"}, { - title: "Precios Inteligentes", - description: "Calidad alta con precios cómodos y honestos.", - imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-top-view_23-2148516995.jpg", - }, + title: "Precios Inteligentes", description: "Calidad alta con precios cómodos y honestos.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-bruschetta-assortment-top-view_23-2148516995.jpg"}, ]} title="Nuestra Esencia" description="Lo que nos hace un referente en la ciudad." @@ -154,64 +112,29 @@ export default function LandingPage() {