From 7b58258e5a509d6916eea8f35f583c1b0d452550 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 20:51:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 311 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 259 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6efb654..2c3ec5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,6 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import TextAbout from '@/components/sections/about/TextAbout'; import { Award, CheckCircle, Shield } from "lucide-react"; @@ -34,25 +33,15 @@ export default function LandingPage() { @@ -61,113 +50,63 @@ export default function LandingPage() {
@@ -178,9 +117,7 @@ export default function LandingPage() { title="Compromisso com Qualidade e Precisão" buttons={[ { - text: "Saiba Mais Sobre Nós", - href: "#", - }, + text: "Saiba Mais Sobre Nós", href: "#"}, ]} /> @@ -192,26 +129,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Projetos Estruturais", - subtitle: "Concreto, Aço e Fundações", - category: "Estruturas", - value: "Segurança total", - }, + id: "1", title: "Projetos Estruturais", subtitle: "Concreto, Aço e Fundações", category: "Estruturas", value: "Segurança total"}, { - id: "2", - title: "Gestão de Obras", - subtitle: "Acompanhamento integral", - category: "Gestão", - value: "Cronograma estrito", - }, + id: "2", title: "Gestão de Obras", subtitle: "Acompanhamento integral", category: "Gestão", value: "Cronograma estrito"}, { - id: "3", - title: "Consultoria Técnica", - subtitle: "Normas e Laudos", - category: "Normas", - value: "Conformidade total", - }, + id: "3", title: "Consultoria Técnica", subtitle: "Normas e Laudos", category: "Normas", value: "Conformidade total"}, ]} title="Nossas Especialidades" description="Oferecemos uma gama completa de serviços de engenharia civil com foco em qualidade, conformidade técnica e inovação." @@ -226,41 +148,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Condomínio Residencial Horizonte", - price: "Estruturas", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896798.jpg", - }, + id: "1", name: "Condomínio Residencial Horizonte", price: "Estruturas", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-abstract-building_23-2150896798.jpg"}, { - id: "2", - name: "Ponte Metálica Integração", - price: "Infraestrutura", - imageSrc: "http://img.b2bpic.net/free-photo/perpendicular-shot-narrow-bridge_181624-425.jpg", - }, + id: "2", name: "Ponte Metálica Integração", price: "Infraestrutura", imageSrc: "http://img.b2bpic.net/free-photo/perpendicular-shot-narrow-bridge_181624-425.jpg"}, { - id: "3", - name: "Complexo Industrial Sul", - price: "Industrial", - imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-wall-with-spiral-stairs-clear-sky_181624-15349.jpg", - }, + id: "3", name: "Complexo Industrial Sul", price: "Industrial", imageSrc: "http://img.b2bpic.net/free-photo/gray-metal-wall-with-spiral-stairs-clear-sky_181624-15349.jpg"}, { - id: "4", - name: "Edifício Comercial Alpha", - price: "Comercial", - imageSrc: "http://img.b2bpic.net/free-photo/large-building-with-glass-windows_1122-862.jpg", - }, + id: "4", name: "Edifício Comercial Alpha", price: "Comercial", imageSrc: "http://img.b2bpic.net/free-photo/large-building-with-glass-windows_1122-862.jpg"}, { - id: "5", - name: "Centro Educacional Nova Era", - price: "Institucional", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-house-project-table_23-2148346293.jpg", - }, + id: "5", name: "Centro Educacional Nova Era", price: "Institucional", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-house-project-table_23-2148346293.jpg"}, { - id: "6", - name: "Shopping Center Centro", - price: "Varejo", - imageSrc: "http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551207.jpg", - }, + id: "6", name: "Shopping Center Centro", price: "Varejo", imageSrc: "http://img.b2bpic.net/free-photo/mall-america-scenes-cinematic-style_23-2151551207.jpg"}, ]} title="Nosso Portfólio de Projetos" description="Veja alguns dos empreendimentos de sucesso que contaram com a expertise da EA Engenharia Associada." @@ -275,25 +173,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "_5+ ", - title: "Anos de Mercado", - description: "Experiência sólida", - icon: Award, + id: "m1", value: "_5+ ", title: "Anos de Mercado", description: "Experiência sólida", icon: Award, }, { - id: "m2", - value: "120+", - title: "Projetos Entregues", - description: "Casos de sucesso", - icon: CheckCircle, + id: "m2", value: "120+", title: "Projetos Entregues", description: "Casos de sucesso", icon: CheckCircle, }, { - id: "m3", - value: "100%", - title: "Conformidade", - description: "Normas técnicas", - icon: Shield, + id: "m3", value: "100%", title: "Conformidade", description: "Normas técnicas", icon: Shield, }, ]} title="Impacto Comprovado" @@ -301,85 +187,12 @@ export default function LandingPage() { /> -
- -
-
@@ -390,20 +203,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "Como solicitar um orçamento?", - content: "Entre em contato através do nosso formulário.", - }, + id: "f1", title: "Como solicitar um orçamento?", content: "Entre em contato através do nosso formulário."}, { - id: "f2", - title: "Quais normas são seguidas?", - content: "Seguimos todas as normas ABNT/NBR.", - }, + id: "f2", title: "Quais normas são seguidas?", content: "Seguimos todas as normas ABNT/NBR."}, { - id: "f3", - title: "Atendem todo o país?", - content: "", - }, + id: "f3", title: "Atendem todo o país?", content: ""}, ]} sideTitle="Dúvidas Comuns" faqsAnimation="slide-up" @@ -414,8 +218,7 @@ export default function LandingPage() {