Compare commits
14 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 80011ec7eb | |||
| 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">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Início", id: "#hero" },
|
{ name: "Início", id: "/" },
|
||||||
{ name: "Sobre", id: "#about" },
|
{ name: "Sobre", id: "/" },
|
||||||
{ name: "Procedimentos", id: "#services" },
|
{ name: "Procedimentos", id: "/" },
|
||||||
{ name: "Contato", id: "#contact" },
|
{ name: "Contato", id: "/" },
|
||||||
]}
|
]}
|
||||||
brandName="Harmonização Orofacial"
|
brandName="Harmonização Orofacial"
|
||||||
/>
|
/>
|
||||||
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
title="Dra. Vitória Hagge"
|
title="Dra. Vitória Hagge"
|
||||||
description="Resultados sofisticados, naturais e seguros. Especialista em harmonização orofacial."
|
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={[
|
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-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" },
|
{ 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"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cb9jGawxVZsMI2v3nsS4vUcMah/uploaded-1776701575685-fyt23vat.png"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonText="Iniciar conversa"
|
buttonText="Iniciar conversa"
|
||||||
|
onSubmit={() => window.open("https://wa.me/21971709322", "_blank")}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -191,7 +192,7 @@ export default function LandingPage() {
|
|||||||
<FooterSimple
|
<FooterSimple
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Dra. Vitória Hagge", items: [{ label: "Sobre", href: "#about" }, { label: "Procedimentos", href: "#services" }] },
|
{ 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"
|
bottomLeftText="© 2026 Dra. Vitória Hagge"
|
||||||
bottomRightText="Niterói, RJ"
|
bottomRightText="Niterói, RJ"
|
||||||
@@ -200,4 +201,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user