Merge version_1 into main #2
279
src/app/page.tsx
279
src/app/page.tsx
@@ -30,32 +30,15 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
{
|
||||
name: "Projetos",
|
||||
id: "portfolio",
|
||||
},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
{ name: "Serviços", id: "services" },
|
||||
{ name: "Projetos", id: "portfolio" },
|
||||
{ name: "Depoimentos", id: "testimonials" },
|
||||
{ name: "Contato", id: "contact" },
|
||||
]}
|
||||
brandName="GLZ Engenharia"
|
||||
button={{ text: "Contato", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -64,38 +47,17 @@ export default function LandingPage() {
|
||||
title="Obras Exclusivas para Clientes Únicos"
|
||||
description="Engenharia de precisão e design arquitetônico para projetos que definem o novo padrão de sofisticação em Curitiba."
|
||||
buttons={[
|
||||
{
|
||||
text: "Solicitar Orçamento",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
text: "Ver Projetos",
|
||||
href: "#portfolio",
|
||||
},
|
||||
{ text: "Solicitar Orçamento", href: "#contact" },
|
||||
{ text: "Ver Projetos", href: "#portfolio" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg"
|
||||
showDimOverlay={true}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg",
|
||||
alt: "Arquitetura Moderna",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/ratchaprasong-district-bangkok-twilight_554837-580.jpg",
|
||||
alt: "Design Urbano",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/large-building_1127-2108.jpg",
|
||||
alt: "Engenharia Civil",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16013.jpg",
|
||||
alt: "Construção Premium",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg",
|
||||
alt: "Projeto de Luxo",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-view-croatia-monument-uprising-people-banija-kordun_181624-6228.jpg", alt: "Arquitetura Moderna" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/ratchaprasong-district-bangkok-twilight_554837-580.jpg", alt: "Design Urbano" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/large-building_1127-2108.jpg", alt: "Engenharia Civil" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/chisinau-arena-sunset-moldova_1268-16013.jpg", alt: "Construção Premium" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg", alt: "Projeto de Luxo" },
|
||||
]}
|
||||
avatarText="Mais de 100 projetos entregues em Curitiba"
|
||||
/>
|
||||
@@ -105,12 +67,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Excelência e Precisão em Engenharia de Alto Padrão"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba Mais sobre a GLZ",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Saiba Mais sobre a GLZ", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,20 +76,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Gerenciamento de Obras Completo",
|
||||
"Planejamento Técnico Detalhado",
|
||||
"Execução Full-Service",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Construção Residencial Premium",
|
||||
"Reformas de Alto Padrão",
|
||||
"Projetos Corporativos Modernos",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Gerenciamento de Obras Completo", "Planejamento Técnico Detalhado", "Execução Full-Service"] }}
|
||||
positiveCard={{ items: ["Construção Residencial Premium", "Reformas de Alto Padrão", "Projetos Corporativos Modernos"] }}
|
||||
title="Serviços Especializados"
|
||||
description="Atuação completa com foco em qualidade técnica e gestão de cronograma impecável."
|
||||
/>
|
||||
@@ -143,20 +88,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
negativeCard={{
|
||||
items: [
|
||||
"Gestão Integrada",
|
||||
"Parceria com Arquitetos",
|
||||
"Execução de Alto Padrão",
|
||||
],
|
||||
}}
|
||||
positiveCard={{
|
||||
items: [
|
||||
"Transparência Financeira",
|
||||
"Relatórios Semanais",
|
||||
"Seguro de Obra",
|
||||
],
|
||||
}}
|
||||
negativeCard={{ items: ["Gestão Integrada", "Parceria com Arquitetos", "Execução de Alto Padrão"] }}
|
||||
positiveCard={{ items: ["Transparência Financeira", "Relatórios Semanais", "Seguro de Obra"] }}
|
||||
title="Diferenciais GLZ"
|
||||
description="O compromisso com a transparência e a excelência que garante tranquilidade em cada etapa."
|
||||
/>
|
||||
@@ -169,42 +102,12 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Residência Contemporânea",
|
||||
price: "Alto Padrão",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cityscape-seen-night-from-bridge_141667-6.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Apartamento Boutique",
|
||||
price: "Sofisticado",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162886.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Interiores Premium",
|
||||
price: "Design",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Reforma Loft Curitiba",
|
||||
price: "Exclusivo",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-outdoor-seating_23-2151983237.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Complexo Corporativo",
|
||||
price: "Moderno",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gray-concrete-stairs-inside-building_250224-97.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Fachada Residencial",
|
||||
price: "Arquitetural",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg",
|
||||
},
|
||||
{ id: "1", name: "Residência Contemporânea", price: "Alto Padrão", imageSrc: "http://img.b2bpic.net/free-photo/cityscape-seen-night-from-bridge_141667-6.jpg" },
|
||||
{ id: "2", name: "Apartamento Boutique", price: "Sofisticado", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162886.jpg" },
|
||||
{ id: "3", name: "Interiores Premium", price: "Design", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room_1150-12613.jpg" },
|
||||
{ id: "4", name: "Reforma Loft Curitiba", price: "Exclusivo", imageSrc: "http://img.b2bpic.net/free-photo/modern-balcony-with-outdoor-seating_23-2151983237.jpg" },
|
||||
{ id: "5", name: "Complexo Corporativo", price: "Moderno", imageSrc: "http://img.b2bpic.net/free-photo/gray-concrete-stairs-inside-building_250224-97.jpg" },
|
||||
{ id: "6", name: "Fachada Residencial", price: "Arquitetural", imageSrc: "http://img.b2bpic.net/free-photo/parking-entrance_1150-10839.jpg" },
|
||||
]}
|
||||
title="Portfólio de Referência"
|
||||
description="Uma curadoria dos projetos que consolidam nossa expertise em Curitiba."
|
||||
@@ -214,56 +117,12 @@ export default function LandingPage() {
|
||||
<div id="timeline" data-section="timeline">
|
||||
<PricingCardNine
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
title: "Planejamento e Orçamento",
|
||||
period: "Fase 01",
|
||||
price: "Análise",
|
||||
features: [
|
||||
"Viabilidade Técnica",
|
||||
"Estimativa de Custos",
|
||||
"Cronograma Geral",
|
||||
],
|
||||
button: {
|
||||
text: "Iniciar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-top-building_181624-36636.jpg",
|
||||
imageAlt: "construction blueprint golden hour",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
title: "Execução e Acompanhamento",
|
||||
period: "Fase 02",
|
||||
price: "Obra",
|
||||
features: [
|
||||
"Gestão de Equipe",
|
||||
"Controle de Materiais",
|
||||
"Relatórios Semanais",
|
||||
],
|
||||
button: {
|
||||
text: "Acompanhar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg?_wi=2",
|
||||
imageAlt: "construction blueprint golden hour",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
title: "Entrega e Garantia",
|
||||
period: "Fase 03",
|
||||
price: "Conclusão",
|
||||
features: [
|
||||
"Acabamento Final",
|
||||
"Vistoria Técnica",
|
||||
"Entrega Oficial",
|
||||
],
|
||||
button: {
|
||||
text: "Finalizar",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-shanghai_1359-642.jpg",
|
||||
imageAlt: "construction blueprint golden hour",
|
||||
},
|
||||
{ id: "p1", title: "Planejamento e Orçamento", period: "Fase 01", price: "Análise", features: ["Viabilidade Técnica", "Estimativa de Custos", "Cronograma Geral"], button: { text: "Iniciar" }, imageSrc: "http://img.b2bpic.net/free-photo/people-top-building_181624-36636.jpg" },
|
||||
{ id: "p2", title: "Execução e Acompanhamento", period: "Fase 02", price: "Obra", features: ["Gestão de Equipe", "Controle de Materiais", "Relatórios Semanais"], button: { text: "Acompanhar" }, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-view-skyscrapers_1359-44.jpg" },
|
||||
{ id: "p3", title: "Entrega e Garantia", period: "Fase 03", price: "Conclusão", features: ["Acabamento Final", "Vistoria Técnica", "Entrega Oficial"], button: { text: "Finalizar" }, imageSrc: "http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-shanghai_1359-642.jpg" },
|
||||
]}
|
||||
title="Nossa Metodologia"
|
||||
description="Do planejamento à entrega, focamos em uma jornada técnica e sem surpresas."
|
||||
@@ -277,26 +136,11 @@ export default function LandingPage() {
|
||||
rating={5}
|
||||
author="Ricardo Mendes, Cliente"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322928.jpg",
|
||||
alt: "Ricardo Mendes",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg",
|
||||
alt: "Cliente Satisfeito",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571927.jpg",
|
||||
alt: "Cliente Corporativo",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-with-glasses-businessman-with-documents-colleagues-work-together_1157-40484.jpg",
|
||||
alt: "Parceiro",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/two-businesspeople-sitting-bench-outside-office-building_23-2147941525.jpg",
|
||||
alt: "Investidor",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/empowered-business-women-working-together_23-2149322928.jpg", alt: "Ricardo Mendes" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405352.jpg", alt: "Cliente Satisfeito" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/financial-independent-woman-buying-new-house_23-2149571927.jpg", alt: "Cliente Corporativo" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-with-glasses-businessman-with-documents-colleagues-work-together_1157-40484.jpg", alt: "Parceiro" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/two-businesspeople-sitting-bench-outside-office-building_23-2147941525.jpg", alt: "Investidor" },
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -306,19 +150,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Estamos à disposição para conversar sobre seu próximo projeto em Curitiba."
|
||||
buttons={[
|
||||
{
|
||||
text: "Enviar Mensagem (WhatsApp)",
|
||||
href: "https://wa.me/554199999999",
|
||||
},
|
||||
{
|
||||
text: "contato@glzengenharia.com.br",
|
||||
href: "mailto:contato@glzengenharia.com.br",
|
||||
},
|
||||
{ text: "Enviar Mensagem (WhatsApp)", href: "https://wa.me/554199999999" },
|
||||
{ text: "contato@glzengenharia.com.br", href: "mailto:contato@glzengenharia.com.br" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -326,42 +162,9 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Projetos",
|
||||
href: "#portfolio",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Serviços",
|
||||
href: "#services",
|
||||
},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "LinkedIn",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "Sobre", href: "#about" }, { label: "Projetos", href: "#portfolio" }] },
|
||||
{ items: [{ label: "Serviços", href: "#services" }, { label: "Contato", href: "#contact" }] },
|
||||
{ items: [{ label: "Instagram", href: "#" }, { label: "LinkedIn", href: "#" }] },
|
||||
]}
|
||||
logoText="GLZ Engenharia"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user