Merge version_5 into main #5
159
src/app/page.tsx
159
src/app/page.tsx
@@ -6,7 +6,8 @@ import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo';
|
||||
import HeroLogo from '@/components/sections/hero/HeroLogo';
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
@@ -31,65 +32,39 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "services",
|
||||
},
|
||||
name: "Serviços", id: "services"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Gasparzinho"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCarouselLogo
|
||||
<HeroLogo
|
||||
logoText="Gasparzinho"
|
||||
description="Auto Elétrico na Barra Funda com atendimento rápido e diagnóstico preciso para você seguir viagem com confiança."
|
||||
buttons={[
|
||||
{
|
||||
text: "Ligar agora",
|
||||
href: "tel:+5511000000000",
|
||||
},
|
||||
text: "Ligar agora", href: "tel:+5511000000000"},
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/5511000000000",
|
||||
},
|
||||
text: "WhatsApp", href: "https://wa.me/5511000000000"},
|
||||
]}
|
||||
slides={[
|
||||
imageSrc="http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=1"
|
||||
imageAlt="Gasparzinho Auto Elétrico"
|
||||
/>
|
||||
<HeroBillboardCarousel
|
||||
title="Tecnologia de Ponta na Barra Funda"
|
||||
description="Contamos com equipamentos avançados para garantir que seu carro receba o melhor diagnóstico possível."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=1",
|
||||
imageAlt: "Gasparzinho Auto Elétrico",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-wooden-background_23-2148510779.jpg?_wi=1", imageAlt: "Diagnóstico Preciso"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-wooden-background_23-2148510779.jpg?_wi=1",
|
||||
imageAlt: "Diagnóstico Preciso",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg",
|
||||
imageAlt: "Atendimento Rápido",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/toolbox-with-various-tools_23-2147897917.jpg",
|
||||
imageAlt: "Mecânica Confiável",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-mechanical-screws-kit_23-2148557969.jpg",
|
||||
imageAlt: "Barra Funda",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shiny-new-car-auto-service-got-problem-with-tyres-which-will-be-sorted-soon_613910-17078.jpg",
|
||||
imageAlt: "Seu carro em boas mãos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hands-mechanic-using-diagnostic-tool_1170-1188.jpg", imageAlt: "Atendimento Rápido"}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,25 +76,13 @@ export default function LandingPage() {
|
||||
description="Soluções completas para problemas elétricos e mecânicos no seu veículo."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "s1",
|
||||
title: "Diagnóstico Elétrico",
|
||||
content: "Identificação precisa de falhas eletrônicas com equipamentos de ponta.",
|
||||
},
|
||||
id: "s1", title: "Diagnóstico Elétrico", content: "Identificação precisa de falhas eletrônicas com equipamentos de ponta."},
|
||||
{
|
||||
id: "s2",
|
||||
title: "Bateria e Alternador",
|
||||
content: "Verificação, troca e reparo de sistemas de carga.",
|
||||
},
|
||||
id: "s2", title: "Bateria e Alternador", content: "Verificação, troca e reparo de sistemas de carga."},
|
||||
{
|
||||
id: "s3",
|
||||
title: "Motor de Partida",
|
||||
content: "Manutenção preventiva e corretiva para seu carro não te deixar na mão.",
|
||||
},
|
||||
id: "s3", title: "Motor de Partida", content: "Manutenção preventiva e corretiva para seu carro não te deixar na mão."},
|
||||
{
|
||||
id: "s4",
|
||||
title: "Iluminação Automotiva",
|
||||
content: "Reparo de faróis, lanternas e todo o sistema de sinalização.",
|
||||
},
|
||||
id: "s4", title: "Iluminação Automotiva", content: "Reparo de faróis, lanternas e todo o sistema de sinalização."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-wrenches_23-2147624705.jpg?_wi=1"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -131,9 +94,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Confiança e Transparência"
|
||||
description={[
|
||||
"Na Auto Elétrico Gasparzinho, acreditamos que a honestidade é a base de um bom serviço automotivo.",
|
||||
"Com anos de experiência na Barra Funda, atendemos nossos clientes com transparência total, explicando cada etapa do diagnóstico.",
|
||||
]}
|
||||
"Na Auto Elétrico Gasparzinho, acreditamos que a honestidade é a base de um bom serviço automotivo.", "Com anos de experiência na Barra Funda, atendemos nossos clientes com transparência total, explicando cada etapa do diagnóstico."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -143,50 +104,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excelente!",
|
||||
quote: "Melhor auto elétrico da Barra Funda. Honestos e rápidos.",
|
||||
name: "Ricardo S.",
|
||||
role: "Motorista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134900.jpg",
|
||||
imageAlt: "modern car mechanic workshop",
|
||||
},
|
||||
id: "t1", title: "Excelente!", quote: "Melhor auto elétrico da Barra Funda. Honestos e rápidos.", name: "Ricardo S.", role: "Motorista", imageSrc: "http://img.b2bpic.net/free-photo/underground-car-parking-shopping-center_93675-134900.jpg", imageAlt: "modern car mechanic workshop"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Recomendo muito",
|
||||
quote: "Resolveram o problema do alternador em poucas horas.",
|
||||
name: "Ana C.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=2",
|
||||
imageAlt: "modern car mechanic workshop",
|
||||
},
|
||||
id: "t2", title: "Recomendo muito", quote: "Resolveram o problema do alternador em poucas horas.", name: "Ana C.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/metal-rack-with-set-wrench-spanners-tools_627829-12186.jpg?_wi=2", imageAlt: "modern car mechanic workshop"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Confiança total",
|
||||
quote: "Levei meu carro e fui muito bem atendido.",
|
||||
name: "Marcos P.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrenches_23-2147624705.jpg?_wi=2",
|
||||
imageAlt: "modern car mechanic workshop",
|
||||
},
|
||||
id: "t3", title: "Confiança total", quote: "Levei meu carro e fui muito bem atendido.", name: "Marcos P.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wrenches_23-2147624705.jpg?_wi=2", imageAlt: "modern car mechanic workshop"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Nota 10",
|
||||
quote: "Preço justo e serviço de qualidade.",
|
||||
name: "Fernanda L.",
|
||||
role: "Cliente",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=1",
|
||||
imageAlt: "modern car mechanic workshop",
|
||||
},
|
||||
id: "t4", title: "Nota 10", quote: "Preço justo e serviço de qualidade.", name: "Fernanda L.", role: "Cliente", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=1", imageAlt: "modern car mechanic workshop"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Atendimento rápido",
|
||||
quote: "Não me deixaram esperando, resolveram na hora.",
|
||||
name: "João M.",
|
||||
role: "Motorista",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-wooden-background_23-2148510779.jpg?_wi=2",
|
||||
imageAlt: "modern car mechanic workshop",
|
||||
},
|
||||
id: "t5", title: "Atendimento rápido", quote: "Não me deixaram esperando, resolveram na hora.", name: "João M.", role: "Motorista", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tools-wooden-background_23-2148510779.jpg?_wi=2", imageAlt: "modern car mechanic workshop"},
|
||||
]}
|
||||
title="O que dizem nossos clientes"
|
||||
description="Veja a experiência de quem confia em nosso trabalho na Barra Funda."
|
||||
@@ -199,20 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Atendem sem agendamento?",
|
||||
content: "Atendemos por ordem de chegada para emergências elétricas.",
|
||||
},
|
||||
id: "f1", title: "Atendem sem agendamento?", content: "Atendemos por ordem de chegada para emergências elétricas."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Qual a forma de pagamento?",
|
||||
content: "Aceitamos cartões, pix e transferência.",
|
||||
},
|
||||
id: "f2", title: "Qual a forma de pagamento?", content: "Aceitamos cartões, pix e transferência."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Como chegar?",
|
||||
content: "Estamos localizados no coração da Barra Funda, fácil acesso.",
|
||||
},
|
||||
id: "f3", title: "Como chegar?", content: "Estamos localizados no coração da Barra Funda, fácil acesso."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-happy-couple-receiving-car-key-from-mechanic-auto-repair-shop_637285-4261.jpg?_wi=2"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -227,14 +144,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Bosh",
|
||||
"Hella",
|
||||
"Delphi",
|
||||
"Denso",
|
||||
"NGK",
|
||||
"Valeo",
|
||||
"Philips",
|
||||
]}
|
||||
"Bosh", "Hella", "Delphi", "Denso", "NGK", "Valeo", "Philips"]}
|
||||
title="Parceiros e Certificações"
|
||||
description="Trabalhamos apenas com peças de procedência garantida."
|
||||
/>
|
||||
@@ -244,8 +154,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contato"
|
||||
title="Solicite seu Orçamento"
|
||||
description="Entre em contato agora e fale com um de nossos especialistas."
|
||||
@@ -262,4 +171,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user