Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-07 02:48:56 +00:00

View File

@@ -154,7 +154,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Visite-nos e conheça a melhor mercearia do seu bairro! Temos tudo que você precisa com qualidade e preços justos."
text="Visite-nos e conheça a melhor mercearia do seu bairro! Temos tudo que você precisa com qualidade e preços justos. Ligue para nós: 017991675059"
animationType="entrance-slide"
buttons={[
{ text: "Chamar no WhatsApp", href: "https://wa.me/5511999999999" },
@@ -180,9 +180,9 @@ export default function LandingPage() {
{
title: "Contato", items: [
{ label: "WhatsApp", href: "https://wa.me/5511999999999" },
{ label: "Telefone: 017991675059", href: "tel:017991675059" },
{ label: "Rua das Flores, 123", href: "#" },
{ label: "Bairro, São Paulo - SP", href: "#" },
{ label: "Email: contato@fazanmercearia.com", href: "mailto:contato@fazanmercearia.com" }
{ label: "Bairro, São Paulo - SP", href: "#" }
]
},
{
@@ -199,4 +199,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}