Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a22b35e5d | |||
| 83f3e44383 | |||
| fba51c53f2 | |||
| 835376586e | |||
| 1b872d2eb0 | |||
| c7e0e46dfe | |||
| 2d29aa5ae8 | |||
| df54cbfa7f | |||
| 16a695bb05 | |||
| b4c302882f | |||
| a1666fb2ed | |||
| c3dfe8ce76 | |||
| c40292619e |
@@ -32,10 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Início", id: "#hero" },
|
||||
{ name: "Sobre", id: "#about" },
|
||||
{ name: "Procedimentos", id: "#services" },
|
||||
{ name: "Contato", id: "#contact" },
|
||||
{ name: "Início", id: "/" },
|
||||
{ name: "Sobre", id: "/" },
|
||||
{ name: "Procedimentos", id: "/" },
|
||||
{ name: "Contato", id: "/" },
|
||||
]}
|
||||
brandName="Harmonização Orofacial"
|
||||
/>
|
||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
title="Dra. Vitória Hagge"
|
||||
description="Resultados sofisticados, naturais e seguros. Especialista em harmonização orofacial."
|
||||
buttons={[{ text: "Agendar pelo WhatsApp", href: "#contact" }]}
|
||||
buttons={[{ text: "Agendar pelo WhatsApp", href: "https://wa.me/21971709322" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cb9jGawxVZsMI2v3nsS4vUcMah/uploaded-1776702274763-m0avem4f.png", imageAlt: "Resultados Naturais" },
|
||||
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cb9jGawxVZsMI2v3nsS4vUcMah/uploaded-1776702009954-g6y4jytf.png", imageAlt: "Ambiente Premium" },
|
||||
@@ -184,6 +184,7 @@ export default function LandingPage() {
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cb9jGawxVZsMI2v3nsS4vUcMah/uploaded-1776701575685-fyt23vat.png"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Iniciar conversa"
|
||||
onSubmit={() => window.open("https://wa.me/21971709322", "_blank")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,7 +192,7 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Dra. Vitória Hagge", items: [{ label: "Sobre", href: "#about" }, { label: "Procedimentos", href: "#services" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "https://wa.me/5521999999999" }, { label: "Localização", href: "#contact" }] },
|
||||
{ title: "Contato", items: [{ label: "WhatsApp", href: "https://wa.me/21971709322" }, { label: "Localização", href: "#contact" }] },
|
||||
]}
|
||||
bottomLeftText="© 2026 Dra. Vitória Hagge"
|
||||
bottomRightText="Niterói, RJ"
|
||||
@@ -200,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user