Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
320
src/app/page.tsx
320
src/app/page.tsx
@@ -30,105 +30,61 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "#servicos",
|
||||
},
|
||||
name: "Serviços", id: "#servicos"},
|
||||
{
|
||||
name: "Diferenciais",
|
||||
id: "#diferenciais",
|
||||
},
|
||||
name: "Diferenciais", id: "#diferenciais"},
|
||||
{
|
||||
name: "Resultados",
|
||||
id: "#resultados",
|
||||
},
|
||||
name: "Resultados", id: "#resultados"},
|
||||
{
|
||||
name: "Avaliações",
|
||||
id: "#avaliacoes",
|
||||
},
|
||||
name: "Avaliações", id: "#avaliacoes"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "#contato",
|
||||
},
|
||||
name: "Contato", id: "#contato"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-template_23-2149938645.jpg"
|
||||
logoAlt="Logo Detalhe Premium"
|
||||
brandName="Detalhe Premium"
|
||||
button={{
|
||||
text: "Agendar Horário",
|
||||
href: "https://wa.me/5511999999999",
|
||||
}}
|
||||
text: "Agendar Horário", href: "https://wa.me/5511999999999"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "downward-rays-animated",
|
||||
}}
|
||||
variant: "downward-rays-animated"}}
|
||||
title="Seu carro com aparência de zero quilômetro."
|
||||
description="Estética automotiva premium com acabamento impecável, proteção avançada e atendimento exclusivo."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg",
|
||||
alt: "Cliente satisfeito 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-confident-manager-cafeteria_1098-20954.jpg", alt: "Cliente satisfeito 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-585.jpg",
|
||||
alt: "Cliente satisfeito 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/european-woman-with-bright-make-up-elegant-outfit-preparing-birthday-party_291650-585.jpg", alt: "Cliente satisfeito 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-choosing-car-car-showroom_1303-27537.jpg",
|
||||
alt: "Cliente satisfeito 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-business-man-choosing-car-car-showroom_1303-27537.jpg", alt: "Cliente satisfeito 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-sundress_23-2150388761.jpg",
|
||||
alt: "Cliente satisfeito 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-wearing-sundress_23-2150388761.jpg", alt: "Cliente satisfeito 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg",
|
||||
alt: "Cliente satisfeito 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-professional-partners-posing-photo-smiling-looking-camera-african-american-successful-businessman-caucasian-businesswoman-taking-selfie-teamwork-business-concept_74855-7442.jpg", alt: "Cliente satisfeito 5"},
|
||||
]}
|
||||
avatarText="+500 veículos atendidos | Atendimento premium | Produtos importados"
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar com Especialista",
|
||||
href: "https://wa.me/5511999999999",
|
||||
props: {
|
||||
icon: Whatsapp,
|
||||
variant: "expand-hover",
|
||||
},
|
||||
},
|
||||
text: "Falar com Especialista", href: "https://wa.me/5511999999999"},
|
||||
{
|
||||
text: "Ver Serviços",
|
||||
href: "#servicos",
|
||||
props: {
|
||||
variant: "layered",
|
||||
},
|
||||
},
|
||||
text: "Ver Serviços", href: "#servicos"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Elegância Cinematográfica",
|
||||
},
|
||||
type: "text", text: "Elegância Cinematográfica"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Glassmorphism Sutil",
|
||||
},
|
||||
type: "text", text: "Glassmorphism Sutil"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Tipografia Sofisticada",
|
||||
},
|
||||
type: "text", text: "Tipografia Sofisticada"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Animações Flutuantes",
|
||||
},
|
||||
type: "text", text: "Animações Flutuantes"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Layout Imersivo",
|
||||
},
|
||||
type: "text", text: "Layout Imersivo"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -141,53 +97,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "servico-1",
|
||||
name: "Vitrificação de Pintura",
|
||||
price: "A partir de R$ 999",
|
||||
variant: "Proteção cerâmica duradoura com brilho espelhado.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-cruelty-free-badges_23-2148803346.jpg?_wi=1",
|
||||
imageAlt: "Ícone de vitrificação de pintura",
|
||||
},
|
||||
id: "servico-1", name: "Vitrificação de Pintura", price: "A partir de R$ 999", variant: "Proteção cerâmica duradoura com brilho espelhado.", imageSrc: "http://img.b2bpic.net/free-vector/collection-cruelty-free-badges_23-2148803346.jpg", imageAlt: "Ícone de vitrificação de pintura"},
|
||||
{
|
||||
id: "servico-2",
|
||||
name: "Polimento Técnico",
|
||||
price: "A partir de R$ 799",
|
||||
variant: "Remoção de riscos e imperfeições para um acabamento perfeito.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149903187.jpg?_wi=1",
|
||||
imageAlt: "Ícone de polimento técnico",
|
||||
},
|
||||
id: "servico-2", name: "Polimento Técnico", price: "A partir de R$ 799", variant: "Remoção de riscos e imperfeições para um acabamento perfeito.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149903187.jpg", imageAlt: "Ícone de polimento técnico"},
|
||||
{
|
||||
id: "servico-3",
|
||||
name: "Lavagem Premium",
|
||||
price: "A partir de R$ 149",
|
||||
variant: "Limpeza detalhada e segura, preservando a pintura e os materiais.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148158998.jpg",
|
||||
imageAlt: "Ícone de lavagem premium",
|
||||
},
|
||||
id: "servico-3", name: "Lavagem Premium", price: "A partir de R$ 149", variant: "Limpeza detalhada e segura, preservando a pintura e os materiais.", imageSrc: "http://img.b2bpic.net/free-vector/neon-car-wash-sign-collection_23-2148158998.jpg", imageAlt: "Ícone de lavagem premium"},
|
||||
{
|
||||
id: "servico-4",
|
||||
name: "Higienização Interna",
|
||||
price: "A partir de R$ 499",
|
||||
variant: "Remoção de sujeiras e odores, com proteção para estofamento e couro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-style-car-wash-cleaning-service-set-wax-foam-detergent-shower-water-shampoo-vacuum-cleaner-worker-stand-conceptual_126523-1342.jpg",
|
||||
imageAlt: "Ícone de higienização interna",
|
||||
},
|
||||
id: "servico-4", name: "Higienização Interna", price: "A partir de R$ 499", variant: "Remoção de sujeiras e odores, com proteção para estofamento e couro.", imageSrc: "http://img.b2bpic.net/free-vector/flat-style-car-wash-cleaning-service-set-wax-foam-detergent-shower-water-shampoo-vacuum-cleaner-worker-stand-conceptual_126523-1342.jpg", imageAlt: "Ícone de higienização interna"},
|
||||
{
|
||||
id: "servico-5",
|
||||
name: "Revitalização de Faróis",
|
||||
price: "A partir de R$ 249",
|
||||
variant: "Restauração da transparência e brilho para maior segurança e estética.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/led-headlight-white-auto_23-2147963001.jpg",
|
||||
imageAlt: "Ícone de revitalização de faróis",
|
||||
},
|
||||
id: "servico-5", name: "Revitalização de Faróis", price: "A partir de R$ 249", variant: "Restauração da transparência e brilho para maior segurança e estética.", imageSrc: "http://img.b2bpic.net/free-photo/led-headlight-white-auto_23-2147963001.jpg", imageAlt: "Ícone de revitalização de faróis"},
|
||||
{
|
||||
id: "servico-6",
|
||||
name: "Proteção de Couro",
|
||||
price: "A partir de R$ 399",
|
||||
variant: "Hidratação e selagem para manter o couro novo por mais tempo.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79i77t",
|
||||
imageAlt: "Ícone de proteção de couro",
|
||||
},
|
||||
id: "servico-6", name: "Proteção de Couro", price: "A partir de R$ 399", variant: "Hidratação e selagem para manter o couro novo por mais tempo.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=79i77t", imageAlt: "Ícone de proteção de couro"},
|
||||
]}
|
||||
title="Nossos Serviços Premium"
|
||||
description="Descubra o cuidado de alto padrão que seu veículo merece com nossa gama completa de serviços de estética automotiva."
|
||||
@@ -201,60 +121,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Brilho e Proteção Inigualáveis",
|
||||
description: "De uma pintura opaca e sem vida para um espelho reluzente com nossa vitrificação.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35959.jpg",
|
||||
imageAlt: "Carro com pintura antes da vitrificação",
|
||||
},
|
||||
title: "Brilho e Proteção Inigualáveis", description: "De uma pintura opaca e sem vida para um espelho reluzente com nossa vitrificação.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-gray-sweater-wipes-car-car-wash_1157-35959.jpg", imageAlt: "Carro com pintura antes da vitrificação"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg",
|
||||
imageAlt: "Carro com pintura depois da vitrificação",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-template_23-2149938645.jpg",
|
||||
imageAlt: "dirty car scratched paint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/details-car-standing-car-showroom_1303-29468.jpg", imageAlt: "Carro com pintura depois da vitrificação"},
|
||||
},
|
||||
{
|
||||
title: "Faróis Cristalinos e Seguros",
|
||||
description: "Recupere a visibilidade e a estética dos faróis, eliminando o amarelado e a opacidade.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-loaves-egyptian-flatbread-sale-front-green-car-street_181624-45699.jpg",
|
||||
imageAlt: "Farol de carro antes da revitalização",
|
||||
},
|
||||
title: "Faróis Cristalinos e Seguros", description: "Recupere a visibilidade e a estética dos faróis, eliminando o amarelado e a opacidade.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-loaves-egyptian-flatbread-sale-front-green-car-street_181624-45699.jpg", imageAlt: "Farol de carro antes da revitalização"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4992.jpg",
|
||||
imageAlt: "Farol de carro depois da revitalização",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-interior-luxury-car_114579-4011.jpg",
|
||||
imageAlt: "dirty car scratched paint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headlight-lamp-car_74190-4992.jpg", imageAlt: "Farol de carro depois da revitalização"},
|
||||
},
|
||||
{
|
||||
title: "Interior Renovado e Agradável",
|
||||
description: "Transformamos o ambiente interno do seu carro, removendo manchas e maus odores.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-car-window_58702-6324.jpg",
|
||||
imageAlt: "Interior de carro antes da higienização",
|
||||
},
|
||||
title: "Interior Renovado e Agradável", description: "Transformamos o ambiente interno do seu carro, removendo manchas e maus odores.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rainy-day-car-window_58702-6324.jpg", imageAlt: "Interior de carro antes da higienização"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg",
|
||||
imageAlt: "Interior de carro depois da higienização",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/collection-cruelty-free-badges_23-2148803346.jpg?_wi=2",
|
||||
imageAlt: "dirty car scratched paint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506339.jpg", imageAlt: "Interior de carro depois da higienização"},
|
||||
},
|
||||
{
|
||||
title: "Rodas Impecáveis, Segurança Reforçada",
|
||||
description: "Limpeza profunda e proteção para rodas e pneus, realçando cada detalhe.",
|
||||
phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476203.jpg",
|
||||
imageAlt: "Roda de carro suja antes da limpeza",
|
||||
},
|
||||
title: "Rodas Impecáveis, Segurança Reforçada", description: "Limpeza profunda e proteção para rodas e pneus, realçando cada detalhe.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-white-people-with-off-road-car-driving-adventure_23-2151476203.jpg", imageAlt: "Roda de carro suja antes da limpeza"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-mechanic-fixing-car_23-2148327591.jpg",
|
||||
imageAlt: "Roda de carro limpa e detalhada depois da limpeza",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-car-detailing-logo-design_23-2149903187.jpg?_wi=2",
|
||||
imageAlt: "dirty car scratched paint",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-mechanic-fixing-car_23-2148327591.jpg", imageAlt: "Roda de carro limpa e detalhada depois da limpeza"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
@@ -271,37 +159,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "diff-1",
|
||||
name: "Produtos Importados",
|
||||
price: "",
|
||||
variant: "Utilizamos apenas as melhores marcas globais para um resultado superior e duradouro.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-leaves-background_53876-30328.jpg",
|
||||
imageAlt: "Ícone de produtos importados",
|
||||
},
|
||||
id: "diff-1", name: "Produtos Importados", price: "", variant: "Utilizamos apenas as melhores marcas globais para um resultado superior e duradouro.", imageSrc: "http://img.b2bpic.net/free-photo/hand-hold-globe-paper-carving-with-leaves-background_53876-30328.jpg", imageAlt: "Ícone de produtos importados"},
|
||||
{
|
||||
id: "diff-2",
|
||||
name: "Profissionais Certificados",
|
||||
price: "",
|
||||
variant: "Nossa equipe é altamente treinada e apaixonada por carros, garantindo um serviço de elite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/craftsmen-icons-flat_1284-9016.jpg",
|
||||
imageAlt: "Ícone de profissionais certificados",
|
||||
},
|
||||
id: "diff-2", name: "Profissionais Certificados", price: "", variant: "Nossa equipe é altamente treinada e apaixonada por carros, garantindo um serviço de elite.", imageSrc: "http://img.b2bpic.net/free-vector/craftsmen-icons-flat_1284-9016.jpg", imageAlt: "Ícone de profissionais certificados"},
|
||||
{
|
||||
id: "diff-3",
|
||||
name: "Serviço Leva e Traz",
|
||||
price: "",
|
||||
variant: "Conveniência e conforto para você. Buscamos e entregamos seu veículo em seu endereço.",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/view-3d-supply-chain-representation-illustration_23-2150766769.jpg",
|
||||
imageAlt: "Ícone de serviço leva e traz",
|
||||
},
|
||||
id: "diff-3", name: "Serviço Leva e Traz", price: "", variant: "Conveniência e conforto para você. Buscamos e entregamos seu veículo em seu endereço.", imageSrc: "http://img.b2bpic.net/free-psd/view-3d-supply-chain-representation-illustration_23-2150766769.jpg", imageAlt: "Ícone de serviço leva e traz"},
|
||||
{
|
||||
id: "diff-4",
|
||||
name: "Garantia de Satisfação",
|
||||
price: "",
|
||||
variant: "Nossa prioridade é sua total satisfação. Comprometemo-nos com a excelência em cada detalhe.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/best-choice-seal_1017-7151.jpg",
|
||||
imageAlt: "Ícone de garantia de satisfação",
|
||||
},
|
||||
id: "diff-4", name: "Garantia de Satisfação", price: "", variant: "Nossa prioridade é sua total satisfação. Comprometemo-nos com a excelência em cada detalhe.", imageSrc: "http://img.b2bpic.net/free-vector/best-choice-seal_1017-7151.jpg", imageAlt: "Ícone de garantia de satisfação"},
|
||||
]}
|
||||
title="Por Que Escolher a Detalhe Premium?"
|
||||
description="Nossa dedicação à excelência e aos detalhes nos diferencia no mercado de estética automotiva."
|
||||
@@ -315,45 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
name: "Mariana Santos",
|
||||
handle: "Proprietária BMW X5",
|
||||
testimonial: "O brilho da pintura está surreal! A atenção aos detalhes do polimento foi impressionante. Parece que acabei de tirar o carro da concessionária. Serviço verdadeiramente premium!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg",
|
||||
imageAlt: "Avatar Mariana Santos",
|
||||
},
|
||||
id: "test-1", name: "Mariana Santos", handle: "Proprietária BMW X5", testimonial: "O brilho da pintura está surreal! A atenção aos detalhes do polimento foi impressionante. Parece que acabei de tirar o carro da concessionária. Serviço verdadeiramente premium!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-posing-near-wall_23-2148718041.jpg", imageAlt: "Avatar Mariana Santos"},
|
||||
{
|
||||
id: "test-2",
|
||||
name: "João Pereira",
|
||||
handle: "Colecionador de Clássicos",
|
||||
testimonial: "Meu clássico nunca esteve tão bem cuidado. O atendimento é exclusivo, e o acabamento impecável na vitrificação superou todas as expectativas. Recomendo!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg",
|
||||
imageAlt: "Avatar João Pereira",
|
||||
},
|
||||
id: "test-2", name: "João Pereira", handle: "Colecionador de Clássicos", testimonial: "Meu clássico nunca esteve tão bem cuidado. O atendimento é exclusivo, e o acabamento impecável na vitrificação superou todas as expectativas. Recomendo!", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businesswoman-with-hands-crossed_1098-20032.jpg", imageAlt: "Avatar João Pereira"},
|
||||
{
|
||||
id: "test-3",
|
||||
name: "Ana Clara Lima",
|
||||
handle: "CEO Tech Solutions",
|
||||
testimonial: "A higienização interna deixou meu carro com cheiro de novo. A equipe é muito atenciosa e profissional. É o melhor detalhamento que já encontrei em São Paulo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg",
|
||||
imageAlt: "Avatar Ana Clara Lima",
|
||||
},
|
||||
id: "test-3", name: "Ana Clara Lima", handle: "CEO Tech Solutions", testimonial: "A higienização interna deixou meu carro com cheiro de novo. A equipe é muito atenciosa e profissional. É o melhor detalhamento que já encontrei em São Paulo.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-working-business-with-computer_482257-20185.jpg", imageAlt: "Avatar Ana Clara Lima"},
|
||||
{
|
||||
id: "test-4",
|
||||
name: "Ricardo Almeida",
|
||||
handle: "Empresário",
|
||||
testimonial: "A revitalização dos faróis fez toda a diferença na segurança e na estética. O resultado é inacreditável, parece que trocaram os faróis por novos! Atendimento de alto padrão.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sundress_23-2150388776.jpg",
|
||||
imageAlt: "Avatar Ricardo Almeida",
|
||||
},
|
||||
id: "test-4", name: "Ricardo Almeida", handle: "Empresário", testimonial: "A revitalização dos faróis fez toda a diferença na segurança e na estética. O resultado é inacreditável, parece que trocaram os faróis por novos! Atendimento de alto padrão.", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-sundress_23-2150388776.jpg", imageAlt: "Avatar Ricardo Almeida"},
|
||||
{
|
||||
id: "test-5",
|
||||
name: "Patrícia Costa",
|
||||
handle: "Influencer Automotiva",
|
||||
testimonial: "Meu carro virou um espelho depois da vitrificação. O cuidado em cada etapa, a qualidade dos produtos... tudo perfeito. O acabamento impecável é visível de longe!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-happy-cheerful-man-woman-embracing-happy-love-together-celebrating-valentines-day-standing-green-wall_141793-100572.jpg",
|
||||
imageAlt: "Avatar Patrícia Costa",
|
||||
},
|
||||
id: "test-5", name: "Patrícia Costa", handle: "Influencer Automotiva", testimonial: "Meu carro virou um espelho depois da vitrificação. O cuidado em cada etapa, a qualidade dos produtos... tudo perfeito. O acabamento impecável é visível de longe!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-couple-happy-cheerful-man-woman-embracing-happy-love-together-celebrating-valentines-day-standing-green-wall_141793-100572.jpg", imageAlt: "Avatar Patrícia Costa"},
|
||||
]}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
description="A satisfação de quem confia seu veículo à Detalhe Premium é a nossa maior recompensa."
|
||||
@@ -364,8 +198,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Entre em Contato"
|
||||
title="Seu veículo merece um acabamento de alto padrão."
|
||||
description="Garanta a beleza e a proteção do seu carro. Vagas limitadas para esta semana, não perca tempo e agende seu horário com nossos especialistas."
|
||||
@@ -376,16 +209,6 @@ export default function LandingPage() {
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
buttonText="Agendar no WhatsApp"
|
||||
buttons={[
|
||||
{
|
||||
text: "Agendar no WhatsApp",
|
||||
href: "https://wa.me/5511999999999",
|
||||
props: {
|
||||
icon: Whatsapp,
|
||||
variant: "expand-hover",
|
||||
},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -398,58 +221,35 @@ export default function LandingPage() {
|
||||
logoText="Detalhe Premium"
|
||||
columns={[
|
||||
{
|
||||
title: "Serviços",
|
||||
items: [
|
||||
title: "Serviços", items: [
|
||||
{
|
||||
label: "Vitrificação",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Vitrificação", href: "#servicos"},
|
||||
{
|
||||
label: "Polimento",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Polimento", href: "#servicos"},
|
||||
{
|
||||
label: "Higienização",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Higienização", href: "#servicos"},
|
||||
{
|
||||
label: "Proteção de Couro",
|
||||
href: "#servicos",
|
||||
},
|
||||
label: "Proteção de Couro", href: "#servicos"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre Nós",
|
||||
href: "#diferenciais",
|
||||
},
|
||||
label: "Sobre Nós", href: "#diferenciais"},
|
||||
{
|
||||
label: "Resultados",
|
||||
href: "#resultados",
|
||||
},
|
||||
label: "Resultados", href: "#resultados"},
|
||||
{
|
||||
label: "Depoimentos",
|
||||
href: "#avaliacoes",
|
||||
},
|
||||
label: "Depoimentos", href: "#avaliacoes"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contato",
|
||||
},
|
||||
label: "Contato", href: "#contato"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Política de Privacidade",
|
||||
href: "#",
|
||||
},
|
||||
label: "Política de Privacidade", href: "#"},
|
||||
{
|
||||
label: "Termos de Uso",
|
||||
href: "#",
|
||||
},
|
||||
label: "Termos de Uso", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user