diff --git a/src/app/page.tsx b/src/app/page.tsx index cb01e98..fa54183 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -147,27 +88,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Expansión Regional", - description: "Llevando el sabor a nuevas sucursales.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-chef-holding-food-plate_23-2148510818.jpg", - titleImageSrc: "", - buttonText: "Ver", - }, - { - title: "Innovación Gastronómica", - description: "Propuestas culinarias de vanguardia.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727957.jpg", - titleImageSrc: "", - buttonText: "Ver", - }, - { - title: "Sustentabilidad", - description: "Comprometidos con el origen local.", - imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720772.jpg", - titleImageSrc: "", - buttonText: "Ver", - }, + { title: "Expansión Regional", description: "Llevando el sabor a nuevas sucursales.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-chef-holding-food-plate_23-2148510818.jpg", titleImageSrc: "", buttonText: "Ver" }, + { title: "Innovación Gastronómica", description: "Propuestas culinarias de vanguardia.", imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727957.jpg", titleImageSrc: "", buttonText: "Ver" }, + { title: "Sustentabilidad", description: "Comprometidos con el origen local.", imageSrc: "http://img.b2bpic.net/free-photo/female-chef-kitchen-preparing-plate-steak_23-2149720772.jpg", titleImageSrc: "", buttonText: "Ver" }, ]} title="Visión de Negocio" description="Innovando en la gastronomía regional y proyectando nuestra esencia a nuevos horizontes." @@ -176,46 +99,17 @@ export default function LandingPage() { @@ -301,27 +153,9 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} features={[ - { - title: "Terraza Premium", - description: "Ambiente al aire libre.", - imageSrc: "http://img.b2bpic.net/free-photo/another-reality_1098-12943.jpg", - titleImageSrc: "", - buttonText: "Próximamente", - }, - { - title: "Santa Fe Capital", - description: "Nueva sucursal gourmet.", - imageSrc: "http://img.b2bpic.net/free-photo/vision-mission-planning-aspirations-process-concept_53876-139704.jpg", - titleImageSrc: "", - buttonText: "Próximamente", - }, - { - title: "Eventos Privados", - description: "Espacios para eventos.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-chefs-working-together_23-2151232215.jpg", - titleImageSrc: "", - buttonText: "Próximamente", - }, + { title: "Terraza Premium", description: "Ambiente al aire libre.", imageSrc: "http://img.b2bpic.net/free-photo/another-reality_1098-12943.jpg", titleImageSrc: "", buttonText: "Próximamente" }, + { title: "Santa Fe Capital", description: "Nueva sucursal gourmet.", imageSrc: "http://img.b2bpic.net/free-photo/vision-mission-planning-aspirations-process-concept_53876-139704.jpg", titleImageSrc: "", buttonText: "Próximamente" }, + { title: "Eventos Privados", description: "Espacios para eventos.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-professional-chefs-working-together_23-2151232215.jpg", titleImageSrc: "", buttonText: "Próximamente" }, ]} title="Proyectos Futuros" description="Expandiendo nuestra experiencia gourmet a nuevos horizontes." @@ -333,8 +167,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Galería de Experiencias" description={[ - "Descubre la esencia de El Cruce a través de nuestros ambientes y sabores.", - ]} + "Descubre la esencia de El Cruce a través de nuestros ambientes y sabores."]} /> @@ -344,23 +177,10 @@ export default function LandingPage() { title="Reserva tu Mesa" description="Estamos listos para recibirte. Completa el formulario y nos contactaremos a la brevedad." inputs={[ - { - name: "nombre", - type: "text", - placeholder: "Nombre", - required: true, - }, - { - name: "email", - type: "email", - placeholder: "Email", - required: true, - }, + { name: "nombre", type: "text", placeholder: "Nombre", required: true }, + { name: "email", type: "email", placeholder: "Email", required: true }, ]} - textarea={{ - name: "mensaje", - placeholder: "Cantidad de personas y fecha...", - }} + textarea={{ name: "mensaje", placeholder: "Cantidad de personas y fecha..." }} imageSrc="http://img.b2bpic.net/free-photo/portrait-pretty-young-woman-sitting_171337-17101.jpg" /> @@ -369,29 +189,15 @@ export default function LandingPage() {