Merge version_1 into main #7

Merged
bender merged 1 commits from version_1 into main 2026-04-28 17:50:03 +00:00

View File

@@ -25,14 +25,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Início", id: "/"},
{
name: "Serviços", id: "/servicos"},
{
name: "Sobre", id: "/sobre"},
{
name: "Orçamento", id: "/orcamento"},
{ name: "Início", id: "/" },
{ name: "Serviços", id: "/servicos" },
{ name: "Sobre", id: "/sobre" },
{ name: "Orçamento", id: "/orcamento" },
]}
brandName="RP Charge"
/>
@@ -41,14 +37,12 @@ export default function LandingPage() {
<div id="contact-page" data-section="contact-page">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient"}}
background={{ 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>
@@ -58,8 +52,7 @@ export default function LandingPage() {
layout="section"
title="Políticas de Orçamento"
sections={[
{
heading: "Termos gerais", content: "Orçamentos válidos por 30 dias após emissão."},
{ heading: "Termos gerais", content: "Orçamentos válidos por 30 dias após emissão." },
]}
/>
</div>
@@ -70,18 +63,14 @@ export default function LandingPage() {
columns={[
{
title: "Empresa", items: [
{
label: "Sobre", href: "/sobre"},
{
label: "Orçamento", href: "/orcamento"},
{ label: "Sobre", href: "/sobre" },
{ label: "Orçamento", href: "/orcamento" },
],
},
{
title: "Serviços", items: [
{
label: "Residencial", href: "/servicos"},
{
label: "Condomínios", href: "/servicos"},
{ label: "Residencial", href: "/servicos" },
{ label: "Condomínios", href: "/servicos" },
],
},
]}
@@ -91,4 +80,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}