Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a36970ecbd | |||
| 2a5d1f5c92 | |||
| 68c8db8dfb | |||
| 599d4f54c8 | |||
| 17a9701fa8 | |||
| 3a3a0005a8 | |||
| fba2dddcd0 |
@@ -26,7 +26,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Mercearia do Fazan"
|
||||
brandName="Mercearia Fazan"
|
||||
navItems={[
|
||||
{ name: "Início", id: "hero" },
|
||||
{ name: "Sobre", id: "about" },
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
title="Mercearia do Fazan"
|
||||
title="Mercearia Fazan"
|
||||
description="Qualidade e bom atendimento para você! Produtos frescos, atendimento amigo e tudo que você precisa no seu dia a dia."
|
||||
tag="Mercearia de Bairro"
|
||||
tagIcon={Store}
|
||||
@@ -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" },
|
||||
@@ -167,7 +167,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Mercearia do Fazan"
|
||||
logoText="Mercearia Fazan"
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação", items: [
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user