Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="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"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -136,12 +136,12 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Sueli Floricultura"
|
||||
columns={[
|
||||
{ title: "Localização", items: [{ label: "Av. Brasil, 123 - Centro, SP", href: "https://www.google.com/maps" }] },
|
||||
{ title: "Contato", items: [{ label: "(11) 99999-9999", href: "tel:+5511999999999" }] },
|
||||
{ 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: "(51) 3333-3333", href: "tel:+555133333333" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user