Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #7.
This commit is contained in:
2026-05-12 20:51:07 +00:00

View File

@@ -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() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Início",
id: "hero",
},
name: "Início", id: "hero"},
{
name: "Sobre",
id: "about",
},
name: "Sobre", id: "about"},
{
name: "Serviços",
id: "features",
},
name: "Serviços", id: "features"},
{
name: "Projetos",
id: "products",
},
name: "Projetos", id: "products"},
{
name: "Contato",
id: "contact",
},
name: "Contato", id: "contact"},
]}
brandName="EA Engenharia Associada"
/>
@@ -61,113 +50,63 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitDoubleCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Engenharia Civil de Confiança para Seu Projeto"
description="A EA Engenharia Associada entrega soluções estruturais inovadoras e conformes com todas as normas técnicas brasileiras. Com anos de experiência, garantimos resultados comprovados e excelência técnica em cada etapa."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/invalid-disabled-handicapped-businessman-sitting-wheelchair-working-computer-with-financial-statistics-answering-phone_482257-2222.jpg?_wi=1",
imageAlt: "civil engineering office interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/invalid-disabled-handicapped-businessman-sitting-wheelchair-working-computer-with-financial-statistics-answering-phone_482257-2222.jpg?_wi=1", imageAlt: "civil engineering office interior"},
{
imageSrc: "http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg?_wi=1",
imageAlt: "construction site steel beams",
},
imageSrc: "http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg?_wi=1", imageAlt: "construction site steel beams"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3986.jpg?_wi=1",
imageAlt: "bridge infrastructure engineering project",
},
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3986.jpg?_wi=1", imageAlt: "bridge infrastructure engineering project"},
{
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-talking-front-building_23-2147702494.jpg?_wi=1",
imageAlt: "engineer reviewing construction plans",
},
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-talking-front-building_23-2147702494.jpg?_wi=1", imageAlt: "engineer reviewing construction plans"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tall-colorful-skycrapers-with-beautiful-blue-sky-background_231208-7623.jpg?_wi=1",
imageAlt: "industrial building construction phase",
},
imageSrc: "http://img.b2bpic.net/free-photo/tall-colorful-skycrapers-with-beautiful-blue-sky-background_231208-7623.jpg?_wi=1", imageAlt: "industrial building construction phase"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/designing-staff-gives-high-five-upon-achieving-success_482257-101064.jpg",
imageAlt: "modern engineering firm building",
},
imageSrc: "http://img.b2bpic.net/free-photo/designing-staff-gives-high-five-upon-achieving-success_482257-101064.jpg", imageAlt: "modern engineering firm building"},
{
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892918.jpg",
imageAlt: "industrial building construction phase",
},
imageSrc: "http://img.b2bpic.net/free-photo/city-background-panoramic-view_23-2148892918.jpg", imageAlt: "industrial building construction phase"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440965.jpg",
imageAlt: "engineer reviewing construction plans",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-measuring-tools-still-life_23-2150440965.jpg", imageAlt: "engineer reviewing construction plans"},
{
imageSrc: "http://img.b2bpic.net/free-photo/road-bridges-mountains_1398-1310.jpg",
imageAlt: "bridge infrastructure engineering project",
},
imageSrc: "http://img.b2bpic.net/free-photo/road-bridges-mountains_1398-1310.jpg", imageAlt: "bridge infrastructure engineering project"},
{
imageSrc: "http://img.b2bpic.net/free-photo/looking-up-through-metal-structure_23-2152006089.jpg",
imageAlt: "construction site steel beams",
},
imageSrc: "http://img.b2bpic.net/free-photo/looking-up-through-metal-structure_23-2152006089.jpg", imageAlt: "construction site steel beams"},
]}
buttons={[
{
text: "Solicitar Orçamento",
href: "#contact",
},
text: "Solicitar Orçamento", href: "#contact"},
{
text: "Ver Nossos Projetos",
href: "#products",
},
text: "Ver Nossos Projetos", href: "#products"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg",
alt: "Engineering lead",
},
src: "http://img.b2bpic.net/free-photo/medium-shot-people-working-as-real-estate-agents_23-2151065011.jpg", alt: "Engineering lead"},
{
src: "http://img.b2bpic.net/free-photo/two-corporate-businessmen-talking_23-2147707163.jpg",
alt: "Structural specialist",
},
src: "http://img.b2bpic.net/free-photo/two-corporate-businessmen-talking_23-2147707163.jpg", alt: "Structural specialist"},
{
src: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-beach-golden-hour_1308-189503.jpg",
alt: "Project coordinator",
},
src: "http://img.b2bpic.net/free-photo/aerial-view-gold-coast-skyline-beach-golden-hour_1308-189503.jpg", alt: "Project coordinator"},
{
src: "http://img.b2bpic.net/free-photo/modern-architecture-reflecting-symmetry-cityscape_23-2151991975.jpg",
alt: "Safety engineer",
},
src: "http://img.b2bpic.net/free-photo/modern-architecture-reflecting-symmetry-cityscape_23-2151991975.jpg", alt: "Safety engineer"},
{
src: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg",
alt: "Innovation director",
},
src: "http://img.b2bpic.net/free-photo/cantilever-loading-decks-concrete-frame-closeup-yellow-focus_169016-69863.jpg", alt: "Innovation director"},
]}
avatarText="Equipe técnica certificada"
marqueeItems={[
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxa9rt",
alt: "Partner 1",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=bxa9rt", alt: "Partner 1"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gj96zy",
alt: "Partner 2",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=gj96zy", alt: "Partner 2"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/flat-design-construction-company-logo-template_23-2150005187.jpg",
alt: "Partner 3",
},
type: "image", src: "http://img.b2bpic.net/free-vector/flat-design-construction-company-logo-template_23-2150005187.jpg", alt: "Partner 3"},
{
type: "image",
src: "http://img.b2bpic.net/free-vector/times-square-polygonal_1057-3468.jpg",
alt: "Partner 4",
},
type: "image", src: "http://img.b2bpic.net/free-vector/times-square-polygonal_1057-3468.jpg", alt: "Partner 4"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/index-finger-touching-tablet-s-screen_1134-584.jpg",
alt: "Partner 5",
},
type: "image", src: "http://img.b2bpic.net/free-photo/index-finger-touching-tablet-s-screen_1134-584.jpg", alt: "Partner 5"},
]}
/>
</div>
@@ -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: "#"},
]}
/>
</div>
@@ -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() {
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardFive
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Carlos Mendes",
date: "10/2024",
title: "Diretor Comercial",
quote: "A EA Engenharia Associada é nossa parceira de confiança há anos.",
tag: "Cliente",
avatarSrc: "http://img.b2bpic.net/free-photo/man-with-helmet-sitting-with-arms-crossed_23-2148923128.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/invalid-disabled-handicapped-businessman-sitting-wheelchair-working-computer-with-financial-statistics-answering-phone_482257-2222.jpg?_wi=2",
imageAlt: "professional executive portrait man",
},
{
id: "2",
name: "Ana Ribeiro",
date: "08/2024",
title: "Arquiteta",
quote: "Excelente trabalho estrutural em todos os projetos de alto padrão.",
tag: "Parceira",
avatarSrc: "http://img.b2bpic.net/free-photo/joyful-businesswoman-holding-tablet_74855-2024.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architect-designing-new-project_23-2148242953.jpg?_wi=2",
imageAlt: "professional executive portrait man",
},
{
id: "3",
name: "João Pereira",
date: "06/2024",
title: "Gerente de Obras",
quote: "Entrega rigorosa e conformidade total com as normas.",
tag: "Cliente",
avatarSrc: "http://img.b2bpic.net/free-photo/mature-business-manager-office_1098-21368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/bird-s-eye-view-shanghai_1127-3986.jpg?_wi=2",
imageAlt: "professional executive portrait man",
},
{
id: "4",
name: "Mariana Souza",
date: "04/2024",
title: "Consultora",
quote: "Profissionalismo e competência técnica acima da média.",
tag: "Parceira",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-female-business-professionals-posing-outside_1262-21022.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/architects-wearing-helmets-talking-front-building_23-2147702494.jpg?_wi=2",
imageAlt: "professional executive portrait man",
},
{
id: "5",
name: "Ricardo Alves",
date: "02/2024",
title: "Diretor Operacional",
quote: "Segurança e inovação nos projetos estruturais.",
tag: "Cliente",
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tall-colorful-skycrapers-with-beautiful-blue-sky-background_231208-7623.jpg?_wi=2",
imageAlt: "professional executive portrait man",
},
]}
title="O que Nossos Parceiros Dizem"
description="Depoimentos de clientes que confiam na EA Engenharia Associada."
/>
</div>
<div id="social-proof" data-section="social-proof">
<SocialProofOne
textboxLayout="split"
useInvertedBackground={false}
names={[
"Alpha Construtora",
"Beton Estruturas",
"Gama Infra",
"Delta Incorporadora",
"Epsilon Proj.",
"Zeta Construções",
"Eta Engenharia",
]}
"Alpha Construtora", "Beton Estruturas", "Gama Infra", "Delta Incorporadora", "Epsilon Proj.", "Zeta Construções", "Eta Engenharia"]}
title="Nossos Parceiros e Clientes"
description="Orgulhosos de colaborar com empresas líderes no setor de construção e infraestrutura."
/>
@@ -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() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contato: (81)9 9208-1120"
title="Fale com Nossa Equipe"
description="Estamos prontos para analisar seu projeto. Solicite um orçamento sem compromisso hoje mesmo."
@@ -428,29 +231,19 @@ export default function LandingPage() {
logoText="EA Engenharia Associada"
columns={[
{
title: "EA Engenharia",
items: [
title: "EA Engenharia", items: [
{
label: "Sobre",
href: "#about",
},
label: "Sobre", href: "#about"},
{
label: "Projetos",
href: "#products",
},
label: "Projetos", href: "#products"},
],
},
{
title: "Contato",
items: [
title: "Contato", items: [
{
label: "Solicitar Orçamento",
href: "#contact",
},
label: "Solicitar Orçamento", href: "#contact"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
]}