2 Commits

Author SHA1 Message Date
4b6a203134 Update src/app/page.tsx 2026-03-12 03:01:43 +00:00
62c2eb053d Merge version_1 into main
Merge version_1 into main
2026-03-12 02:56:19 +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>
);
}
}