Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5a22b35e5d | |||
| 83f3e44383 |
@@ -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: "https://wa.me/5521999999999" }]}
|
||||
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,7 +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/5521999999999", "_blank")}
|
||||
onSubmit={() => window.open("https://wa.me/21971709322", "_blank")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,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"
|
||||
@@ -201,4 +201,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user