Merge version_1 into main #1
@@ -26,21 +26,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "/",
|
||||
},
|
||||
name: "Início", id: "/"},
|
||||
{
|
||||
name: "Serviços",
|
||||
id: "/servicos",
|
||||
},
|
||||
name: "Serviços", id: "/servicos"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "/sobre",
|
||||
},
|
||||
name: "Sobre", id: "/sobre"},
|
||||
{
|
||||
name: "Orçamento",
|
||||
id: "/orcamento",
|
||||
},
|
||||
name: "Orçamento", id: "/orcamento"},
|
||||
]}
|
||||
brandName="RP Charge"
|
||||
/>
|
||||
@@ -50,16 +42,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Orçamento"
|
||||
title="Solicite seu Orçamento Gratuito"
|
||||
description="Entre em contato conosco e receba uma proposta personalizada hoje mesmo."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp RP Charge",
|
||||
href: "https://wa.me/5521999999999",
|
||||
},
|
||||
text: "WhatsApp RP Charge", href: "https://wa.me/5521999999999"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -70,11 +59,8 @@ export default function LandingPage() {
|
||||
title="Políticas de Orçamento"
|
||||
sections={[
|
||||
{
|
||||
heading: "Termos gerais",
|
||||
content: {
|
||||
type: "paragraph",
|
||||
text: "Orçamentos válidos por 30 dias após emissão.",
|
||||
},
|
||||
heading: "Termos gerais", content: {
|
||||
text: "Orçamentos válidos por 30 dias após emissão."},
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -85,29 +71,19 @@ export default function LandingPage() {
|
||||
logoText="RP Charge"
|
||||
columns={[
|
||||
{
|
||||
title: "Empresa",
|
||||
items: [
|
||||
title: "Empresa", items: [
|
||||
{
|
||||
label: "Sobre",
|
||||
href: "/sobre",
|
||||
},
|
||||
label: "Sobre", href: "/sobre"},
|
||||
{
|
||||
label: "Orçamento",
|
||||
href: "/orcamento",
|
||||
},
|
||||
label: "Orçamento", href: "/orcamento"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Serviços",
|
||||
items: [
|
||||
title: "Serviços", items: [
|
||||
{
|
||||
label: "Residencial",
|
||||
href: "/servicos",
|
||||
},
|
||||
label: "Residencial", href: "/servicos"},
|
||||
{
|
||||
label: "Condomínios",
|
||||
href: "/servicos",
|
||||
},
|
||||
label: "Condomínios", href: "/servicos"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user