diff --git a/src/app/page.tsx b/src/app/page.tsx index 941ead0..ed5fab5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,29 +31,17 @@ export default function LandingPage() { @@ -62,47 +50,26 @@ export default function LandingPage() {
@@ -113,9 +80,7 @@ export default function LandingPage() { title="Nuestra Visión de Marca" buttons={[ { - text: "Más sobre nosotros", - href: "#", - }, + text: "Más sobre nosotros", href: "#"}, ]} /> @@ -128,41 +93,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Renovación Corporativa", - price: "Proyecto 01", - imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg", - }, + id: "1", name: "Renovación Corporativa", price: "Proyecto 01", imageSrc: "http://img.b2bpic.net/free-photo/interior-part-modern-open-space-office_181624-20722.jpg"}, { - id: "2", - name: "Fachada Moderna", - price: "Proyecto 02", - imageSrc: "http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg", - }, + id: "2", name: "Fachada Moderna", price: "Proyecto 02", imageSrc: "http://img.b2bpic.net/free-photo/glass-block-flats_1203-57.jpg"}, { - id: "3", - name: "Interior Comercial", - price: "Proyecto 03", - imageSrc: "http://img.b2bpic.net/free-photo/no-people-startup-office-used-business-development-professional-e-commerce-workplace-with-computer-nobody-desk-with-sales-charts-financial-statistics-software_482257-41027.jpg", - }, + id: "3", name: "Interior Comercial", price: "Proyecto 03", imageSrc: "http://img.b2bpic.net/free-photo/no-people-startup-office-used-business-development-professional-e-commerce-workplace-with-computer-nobody-desk-with-sales-charts-financial-statistics-software_482257-41027.jpg"}, { - id: "4", - name: "Diseño de Lobby", - price: "Proyecto 04", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg", - }, + id: "4", name: "Diseño de Lobby", price: "Proyecto 04", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-black-white-background_23-2150498607.jpg"}, { - id: "5", - name: "Centro de Negocios", - price: "Proyecto 05", - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg", - }, + id: "5", name: "Centro de Negocios", price: "Proyecto 05", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-photo-tall-building_250224-299.jpg"}, { - id: "6", - name: "Workspace Contemporáneo", - price: "Proyecto 06", - imageSrc: "http://img.b2bpic.net/free-photo/group-business-partners-meeting-discussing-company-profits-making-research-looking-through-ompetieours-work-laptop-business-teamwork-concept_176420-8292.jpg", - }, + id: "6", name: "Workspace Contemporáneo", price: "Proyecto 06", imageSrc: "http://img.b2bpic.net/free-photo/group-business-partners-meeting-discussing-company-profits-making-research-looking-through-ompetieours-work-laptop-business-teamwork-concept_176420-8292.jpg"}, ]} title="Nuestros Proyectos Recientes" description="Una selección de trabajos que definen nuestro compromiso con la excelencia y el diseño." @@ -176,26 +117,11 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "loc1", - value: "Sede Central", - title: "Ciudad de México", - description: "Av. Insurgentes Sur 123", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg", - }, + id: "loc1", value: "Sede Central", title: "Ciudad de México", description: "Av. Insurgentes Sur 123", imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-shot-high-rise-building-glass-facade-clear-sky_181624-6151.jpg"}, { - id: "loc2", - value: "Sucursal Norte", - title: "Monterrey", - description: "Av. Lázaro Cárdenas 456", - imageSrc: "http://img.b2bpic.net/free-photo/sunset-manhattan_1368-6223.jpg", - }, + id: "loc2", value: "Sucursal Norte", title: "Monterrey", description: "Av. Lázaro Cárdenas 456", imageSrc: "http://img.b2bpic.net/free-photo/sunset-manhattan_1368-6223.jpg"}, { - id: "loc3", - value: "Sucursal Occidente", - title: "Guadalajara", - description: "Av. Vallarta 789", - imageSrc: "http://img.b2bpic.net/free-photo/escalators-building-with-grey-walls_181624-17372.jpg", - }, + id: "loc3", value: "Sucursal Occidente", title: "Guadalajara", description: "Av. Vallarta 789", imageSrc: "http://img.b2bpic.net/free-photo/escalators-building-with-grey-walls_181624-17372.jpg"}, ]} title="Sucursales" description="Presencia estratégica en las principales ciudades para brindarte atención personalizada." @@ -205,48 +131,24 @@ export default function LandingPage() {
@@ -301,29 +191,19 @@ export default function LandingPage() {