Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0562239110 | |||
| b29ae96cf7 | |||
| fd7a99f87e |
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="Contato"
|
tag="Contato"
|
||||||
title="Localização e Contato"
|
title="Localização e Contato"
|
||||||
description="Visite-nos ou entre em contato. Estamos localizados na Av. Brasil, 123 - Centro, São Paulo - SP."
|
description="Venha nos conhecer! Estamos situados na Rua das Flores, 555 - Jardim Botânico, Porto Alegre - RS. Atendimento presencial e entregas em toda a cidade."
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-warm-blue-wool-sweater-with-backpack-posed-outdoor-against-autumn-leaves-tree-decorations-store_627829-6788.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/cheerful-young-beautiful-redhaired-woman-glasses-warm-blue-wool-sweater-with-backpack-posed-outdoor-against-autumn-leaves-tree-decorations-store_627829-6788.jpg"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
@@ -136,12 +136,12 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Sueli Floricultura"
|
logoText="Sueli Floricultura"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Localização", items: [{ label: "Av. Brasil, 123 - Centro, SP", href: "https://www.google.com/maps" }] },
|
{ title: "Localização", items: [{ label: "Rua das Flores, 555 - Jardim Botânico, RS", href: "https://www.google.com/maps/place/Rua+das+Flores+555" }] },
|
||||||
{ title: "Contato", items: [{ label: "(11) 99999-9999", href: "tel:+5511999999999" }] },
|
{ title: "Contato", items: [{ label: "(51) 3333-3333", href: "tel:+555133333333" }] },
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user