Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-12 03:01:47 +00:00

View File

@@ -160,7 +160,7 @@ export default function LandingPage() {
text="Pronto para realçar sua beleza? Entre em contato pelo WhatsApp ou visite nosso consultório em Montenegro."
animationType="entrance-slide"
buttons={[
{ text: "Agendar pelo WhatsApp", href: "https://wa.me/5551995582531" },
{ text: "Agende Sua Avaliação Grátis", href: "https://wa.me/5551995582531" },
{ text: "Falar no Instagram", href: "https://instagram.com" }
]}
background={{ variant: "plain" }}
@@ -198,4 +198,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}