Merge version_1 into main #2
202
src/app/page.tsx
202
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Início",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Início", id: "hero"},
|
||||
{
|
||||
name: "Sobre",
|
||||
id: "about",
|
||||
},
|
||||
name: "Sobre", id: "about"},
|
||||
{
|
||||
name: "Produtos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produtos", id: "products"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
brandName="Quintal De Vó"
|
||||
/>
|
||||
@@ -56,35 +48,21 @@ export default function LandingPage() {
|
||||
description="Flores para lembrar o amor que nunca acaba. Entregamos carinho em forma de natureza."
|
||||
buttons={[
|
||||
{
|
||||
text: "Falar no WhatsApp",
|
||||
href: "https://wa.me/557491193606",
|
||||
},
|
||||
text: "Falar no WhatsApp", href: "https://wa.me/557491193606"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=1",
|
||||
imageAlt: "Flores no quintal",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", imageAlt: "Flores no quintal"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wild-flowers-field_23-2147781166.jpg",
|
||||
imageAlt: "Quintal acolhedor",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wild-flowers-field_23-2147781166.jpg", imageAlt: "Quintal acolhedor"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-girl-with-senior-grandmother-gardening-backyard-garden-child-white-hat_1157-41635.jpg",
|
||||
imageAlt: "Natureza em casa",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-girl-with-senior-grandmother-gardening-backyard-garden-child-white-hat_1157-41635.jpg", imageAlt: "Natureza em casa"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-arrangement-with-decorative-dried-flowers_23-2151363294.jpg",
|
||||
imageAlt: "Jardim dos sonhos",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dreamy-arrangement-with-decorative-dried-flowers_23-2151363294.jpg", imageAlt: "Jardim dos sonhos"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-vegetation_23-2147685410.jpg",
|
||||
imageAlt: "Plantas decorativas",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-vegetation_23-2147685410.jpg", imageAlt: "Plantas decorativas"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-pink-flower_53876-65289.jpg",
|
||||
imageAlt: "Detalhes florais",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-pink-flower_53876-65289.jpg", imageAlt: "Detalhes florais"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -95,9 +73,7 @@ export default function LandingPage() {
|
||||
title="Nossa História"
|
||||
buttons={[
|
||||
{
|
||||
text: "Saiba mais",
|
||||
href: "#",
|
||||
},
|
||||
text: "Saiba mais", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -110,41 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Plantas Ornamentais",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Plantas Ornamentais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Flores Naturais",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36747.jpg",
|
||||
},
|
||||
id: "p2", name: "Flores Naturais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/flowers-from-home-garden-vase-white-background_169016-36747.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Decoração de Jardim",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-holding-potted-plant_23-2147714859.jpg",
|
||||
},
|
||||
id: "p3", name: "Decoração de Jardim", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/crop-hand-holding-potted-plant_23-2147714859.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Vasos Artesanais",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hanging-can-with-gardening-tools_23-2147997165.jpg",
|
||||
},
|
||||
id: "p4", name: "Vasos Artesanais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hanging-can-with-gardening-tools_23-2147997165.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Plantas de Sombra",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pink-flower-metallic-flower-pot_53876-94778.jpg",
|
||||
},
|
||||
id: "p5", name: "Plantas de Sombra", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/pink-flower-metallic-flower-pot_53876-94778.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Arranjos Florais",
|
||||
price: "Consulte",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-arranged-with-daisies_23-2147699599.jpg",
|
||||
},
|
||||
id: "p6", name: "Arranjos Florais", price: "Consulte", imageSrc: "http://img.b2bpic.net/free-photo/romantic-bouquet-arranged-with-daisies_23-2147699599.jpg"},
|
||||
]}
|
||||
title="Nosso Catálogo"
|
||||
description="Descubra uma seleção escolhida com afeto para o seu lar."
|
||||
@@ -156,47 +108,23 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
role: "Cliente",
|
||||
company: "Capim Grosso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-florist-carrying-wooden-box-with-plants-white-wall_176420-16886.jpg",
|
||||
},
|
||||
id: "1", name: "Maria Silva", role: "Cliente", company: "Capim Grosso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-florist-carrying-wooden-box-with-plants-white-wall_176420-16886.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Souza",
|
||||
role: "Cliente",
|
||||
company: "Capim Grosso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg",
|
||||
},
|
||||
id: "2", name: "João Souza", role: "Cliente", company: "Capim Grosso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-gardener-apron_23-2147768552.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Oliveira",
|
||||
role: "Cliente",
|
||||
company: "Capim Grosso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-wearing-gardening-hat-holding-crossing-spade-with-rake_141793-127104.jpg",
|
||||
},
|
||||
id: "3", name: "Ana Oliveira", role: "Cliente", company: "Capim Grosso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-wearing-gardening-hat-holding-crossing-spade-with-rake_141793-127104.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Lima",
|
||||
role: "Cliente",
|
||||
company: "Capim Grosso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-gesturing-thumbs-up-front-potted-plants_23-2147918760.jpg",
|
||||
},
|
||||
id: "4", name: "Carlos Lima", role: "Cliente", company: "Capim Grosso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-gardener-gesturing-thumbs-up-front-potted-plants_23-2147918760.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Beatriz Rocha",
|
||||
role: "Cliente",
|
||||
company: "Capim Grosso",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg",
|
||||
},
|
||||
id: "5", name: "Beatriz Rocha", role: "Cliente", company: "Capim Grosso", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-hispanic-woman-working-florist-shop-celebrating-crazy-amazed-success-with-open-eyes-screaming-excited_839833-8965.jpg"},
|
||||
]}
|
||||
title="O que dizem de nós"
|
||||
description="O carinho que cultivamos em cada atendimento é o nosso maior orgulho."
|
||||
@@ -210,38 +138,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Horário",
|
||||
author: "Segunda a Sexta",
|
||||
description: "08h às 17h (Não funcionamos aos sábados)",
|
||||
tags: [
|
||||
"horário",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-purple-orchidea-flowers-branch_114579-2702.jpg",
|
||||
imageAlt: "White and purple orchidea flowers branch.",
|
||||
},
|
||||
id: "f1", title: "Horário", author: "Segunda a Sexta", description: "08h às 17h (Não funcionamos aos sábados)", tags: [
|
||||
"horário"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-purple-orchidea-flowers-branch_114579-2702.jpg", imageAlt: "White and purple orchidea flowers branch."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Feira",
|
||||
author: "Quintas",
|
||||
description: "Em frente à casa menor",
|
||||
tags: [
|
||||
"feira",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg?_wi=2",
|
||||
imageAlt: "White and purple orchidea flowers branch.",
|
||||
},
|
||||
id: "f2", title: "Feira", author: "Quintas", description: "Em frente à casa menor", tags: [
|
||||
"feira"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-white-flower_1203-2894.jpg", imageAlt: "White and purple orchidea flowers branch."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Local",
|
||||
author: "Box 7",
|
||||
description: "Praça da Feira, Capim Grosso - BA",
|
||||
tags: [
|
||||
"local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg?_wi=2",
|
||||
imageAlt: "White and purple orchidea flowers branch.",
|
||||
},
|
||||
id: "f3", title: "Local", author: "Box 7", description: "Praça da Feira, Capim Grosso - BA", tags: [
|
||||
"local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/house-plant-interior_114579-1280.jpg", imageAlt: "White and purple orchidea flowers branch."},
|
||||
]}
|
||||
title="Informações Úteis"
|
||||
description="Estamos prontos para atender você com toda atenção."
|
||||
@@ -252,16 +159,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="WhatsApp"
|
||||
title="Fale com a gente"
|
||||
description="Tem alguma dúvida ou quer encomendar? Clique abaixo para nos chamar no WhatsApp: (74) 9119-3606"
|
||||
buttons={[
|
||||
{
|
||||
text: "Chamar no WhatsApp",
|
||||
href: "https://wa.me/557491193606",
|
||||
},
|
||||
text: "Chamar no WhatsApp", href: "https://wa.me/557491193606"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -270,33 +174,21 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navegação",
|
||||
items: [
|
||||
title: "Navegação", items: [
|
||||
{
|
||||
label: "Início",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "Início", href: "#hero"},
|
||||
{
|
||||
label: "Produtos",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Produtos", href: "#products"},
|
||||
{
|
||||
label: "Contato",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contato", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Localização",
|
||||
items: [
|
||||
title: "Localização", items: [
|
||||
{
|
||||
label: "Capim Grosso - BA",
|
||||
href: "#",
|
||||
},
|
||||
label: "Capim Grosso - BA", href: "#"},
|
||||
{
|
||||
label: "Box 7, Praça da Feira",
|
||||
href: "#",
|
||||
},
|
||||
label: "Box 7, Praça da Feira", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user