diff --git a/src/app/page.tsx b/src/app/page.tsx index 885014d..18a85d5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,113 +48,63 @@ export default function LandingPage() {
@@ -173,9 +115,7 @@ export default function LandingPage() { title="Profesionalidad y seriedad a su servicio" buttons={[ { - text: "Más sobre nosotros", - href: "#about", - }, + text: "Más sobre nosotros", href: "#about"}, ]} /> @@ -188,20 +128,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Calidad Superior", - description: "Seleccionamos los mejores materiales del mercado para sus obras.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-drafts-rulers_23-2147785544.jpg", - }, + title: "Calidad Superior", description: "Seleccionamos los mejores materiales del mercado para sus obras.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-drafts-rulers_23-2147785544.jpg"}, { - title: "Asesoramiento Experto", - description: "Atención personalizada para elegir las mejores opciones para usted.", - imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384801.jpg", - }, + title: "Asesoramiento Experto", description: "Atención personalizada para elegir las mejores opciones para usted.", imageSrc: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384801.jpg"}, { - title: "Servicio Eficiente", - description: "Logística rápida y fiable en Sant Pere de Riudebitlles y alrededores.", - imageSrc: "http://img.b2bpic.net/free-photo/employees-check-warehouse-inventory_482257-75292.jpg", - }, + title: "Servicio Eficiente", description: "Logística rápida y fiable en Sant Pere de Riudebitlles y alrededores.", imageSrc: "http://img.b2bpic.net/free-photo/employees-check-warehouse-inventory_482257-75292.jpg"}, ]} title="Nuestros Compromisos" description="Garantizamos la máxima calidad en cada uno de nuestros suministros para sus proyectos." @@ -210,46 +141,23 @@ export default function LandingPage() {
@@ -386,41 +245,27 @@ export default function LandingPage() { { items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Sobre Nosotros", - href: "#about", - }, + label: "Sobre Nosotros", href: "#about"}, { - label: "Productos", - href: "#products", - }, + label: "Productos", href: "#products"}, ], }, { items: [ { - label: "Contacto", - href: "#contact", - }, + label: "Contacto", href: "#contact"}, { - label: "Dirección", - href: "#", - }, + label: "Dirección", href: "#"}, ], }, { items: [ { - label: "Política de Privacidad", - href: "#", - }, + label: "Política de Privacidad", href: "#"}, { - label: "Aviso Legal", - href: "#", - }, + label: "Aviso Legal", href: "#"}, ], }, ]}