Merge version_1 into main #2
@@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import { CheckCircle, Sparkles } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ServicesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
@@ -23,124 +23,62 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "/servicos",
|
||||
},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "/contato",
|
||||
},
|
||||
]}
|
||||
brandName="Lava a Jato SP"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Serviços", id: "/servicos" },
|
||||
{ name: "Contato", id: "/contato" },
|
||||
]}
|
||||
brandName="Lava a Jato SP"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features-body" data-section="features-body">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lavagem Técnica",
|
||||
description: "Lavagem minuciosa com elevador, garantindo limpeza em todos os cantos.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=1",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Lavagem Completa",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Polimento de Alta Performance",
|
||||
},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Espelhamento Especial",
|
||||
},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-her-car-outdoors_23-2148958769.jpg?_wi=2",
|
||||
imageAlt: "luxury car being cleaned high quality",
|
||||
},
|
||||
{
|
||||
title: "Proteção e Estética",
|
||||
description: "Serviços de proteção avançada para a pintura e interior.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=2",
|
||||
},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Vitrificação de Pintura",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Vitrificação de Bancos e Faróis",
|
||||
},
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Higienização Interna Completa",
|
||||
},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=3",
|
||||
imageAlt: "car polishing detailing tools close up",
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços Especializados"
|
||||
description="Tratamento completo para o seu automóvel."
|
||||
/>
|
||||
</div>
|
||||
<div id="features-body" data-section="features-body">
|
||||
<FeatureCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Lavagem Técnica", description: "Lavagem minuciosa com elevador, garantindo limpeza em todos os cantos.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg", imageAlt: "luxury car being cleaned high quality" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Lavagem Completa" },
|
||||
{ icon: CheckCircle, text: "Polimento de Alta Performance" },
|
||||
{ icon: CheckCircle, text: "Espelhamento Especial" },
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
title: "Proteção e Estética", description: "Serviços de proteção avançada para a pintura e interior.", media: { imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg", imageAlt: "car polishing detailing tools close up" },
|
||||
items: [
|
||||
{ icon: Sparkles, text: "Vitrificação de Pintura" },
|
||||
{ icon: Sparkles, text: "Vitrificação de Bancos e Faróis" },
|
||||
{ icon: Sparkles, text: "Higienização Interna Completa" },
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
]}
|
||||
title="Nossos Serviços Especializados"
|
||||
description="Tratamento completo para o seu automóvel."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Nossos Pacotes"
|
||||
description="Conheça nossas opções de cuidado automotivo."
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lavagem Simples",
|
||||
price: "R$ 50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=4",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Lavagem Premium",
|
||||
price: "R$ 120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg?_wi=5",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="main-footer" data-section="main-footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Lava a Jato São Paulo"
|
||||
leftLink={{
|
||||
text: "Política de Privacidade",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Rua Américo Curvelo, 365",
|
||||
href: "https://maps.google.com",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Nossos Pacotes"
|
||||
description="Conheça nossas opções de cuidado automotivo."
|
||||
products={[
|
||||
{ id: "p1", name: "Lavagem Simples", price: "R$ 50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg" },
|
||||
{ id: "p2", name: "Lavagem Premium", price: "R$ 120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg" },
|
||||
{ id: "p3", name: "Lavagem VIP", price: "R$ 200", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-cleaning-car-exterior_23-2148194096.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user