Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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/5521999999999" }]}
|
||||
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/5521999999999", "_blank")}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user