Merge version_1 into main #1
410
src/app/page.tsx
410
src/app/page.tsx
@@ -31,33 +31,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Quem Somos",
|
||||
id: "about",
|
||||
},
|
||||
name: "Quem Somos", id: "about"},
|
||||
{
|
||||
name: "Produtos",
|
||||
id: "products",
|
||||
},
|
||||
name: "Produtos", id: "products"},
|
||||
{
|
||||
name: "Galeria",
|
||||
id: "gallery",
|
||||
},
|
||||
name: "Galeria", id: "gallery"},
|
||||
{
|
||||
name: "Diferenciais",
|
||||
id: "features",
|
||||
},
|
||||
name: "Diferenciais", id: "features"},
|
||||
{
|
||||
name: "Depoimentos",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Depoimentos", id: "testimonials"},
|
||||
{
|
||||
name: "Contato",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contato", id: "contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/farm-food-colorful-emblems_1284-34257.jpg"
|
||||
logoAlt="Logo Chácara Horizonte Azul"
|
||||
@@ -68,70 +54,43 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Chácara Horizonte Azul"
|
||||
description="Produtos frescos e naturais direto do campo para sua mesa."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-farmer-holding-basket-with-vegetables-from-his-farm_23-2149211724.jpg",
|
||||
alt: "Farmer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-farmer-holding-basket-with-vegetables-from-his-farm_23-2149211724.jpg", alt: "Farmer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-chicken_23-2148568695.jpg",
|
||||
alt: "Farmer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-holding-chicken_23-2148568695.jpg", alt: "Farmer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/women-caring-plants-from-greenhouse_23-2148357558.jpg",
|
||||
alt: "Farmer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/women-caring-plants-from-greenhouse_23-2148357558.jpg", alt: "Farmer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-clipboard-looking-camera_23-2148233486.jpg",
|
||||
alt: "Farmer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-with-clipboard-looking-camera_23-2148233486.jpg", alt: "Farmer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-vegetables_329181-12426.jpg",
|
||||
alt: "Senior man working in the field with vegetables",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/senior-man-working-field-with-vegetables_329181-12426.jpg", alt: "Senior man working in the field with vegetables"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Comprar pelo WhatsApp",
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul.",
|
||||
},
|
||||
text: "Comprar pelo WhatsApp", href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul."},
|
||||
{
|
||||
text: "Conheça nossos produtos",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Conheça nossos produtos", href: "#products"},
|
||||
]}
|
||||
avatarText="Mais de 100 famílias satisfeitas!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-scenery-beautiful-village-with-trees-lowlands_181624-4965.jpg"
|
||||
imageAlt="Chácara Horizonte Azul Landscape"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Frescor garantido",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Frescor garantido", icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Produtos naturais",
|
||||
icon: Apple,
|
||||
type: "text-icon", text: "Produtos naturais", icon: Apple,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Entrega rápida",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Entrega rápida", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Apoio ao produtor local",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Apoio ao produtor local", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Sabor do campo",
|
||||
icon: Feather,
|
||||
type: "text-icon", text: "Sabor do campo", icon: Feather,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -148,9 +107,7 @@ export default function LandingPage() {
|
||||
tagIcon={BookOpen}
|
||||
buttons={[
|
||||
{
|
||||
text: "Fale com a gente",
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20a%20Ch%C3%A1cara%20Horizonte%20Azul.",
|
||||
},
|
||||
text: "Fale com a gente", href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20a%20Ch%C3%A1cara%20Horizonte%20Azul."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -163,76 +120,34 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "mandioca",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Mandioca Colhida Fresca",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "250+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-african-nature-landscape-with-vegetation-trees_23-2148851591.jpg",
|
||||
imageAlt: "Mandioca Fresca",
|
||||
onProductClick: "function() { console.log('Mandioca clicked'); }",
|
||||
onFavorite: "function() { console.log('Mandioca favorited'); }",
|
||||
id: "mandioca", brand: "Chácara Horizonte Azul", name: "Mandioca Colhida Fresca", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/view-african-nature-landscape-with-vegetation-trees_23-2148851591.jpg", imageAlt: "Mandioca Fresca", onProductClick: () => { console.log('Mandioca clicked'); },
|
||||
onFavorite: () => { console.log('Mandioca favorited'); },
|
||||
},
|
||||
{
|
||||
id: "galinha-caipira",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Galinha Caipira",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "180+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-carrying-hen_23-2147924173.jpg",
|
||||
imageAlt: "Galinha Caipira",
|
||||
onProductClick: "function() { console.log('Galinha Caipira clicked'); }",
|
||||
onFavorite: "function() { console.log('Galinha Caipira favorited'); }",
|
||||
id: "galinha-caipira", brand: "Chácara Horizonte Azul", name: "Galinha Caipira", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-carrying-hen_23-2147924173.jpg", imageAlt: "Galinha Caipira", onProductClick: () => { console.log('Galinha Caipira clicked'); },
|
||||
onFavorite: () => { console.log('Galinha Caipira favorited'); },
|
||||
},
|
||||
{
|
||||
id: "caipirao",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Caipirão",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "120+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8709.jpg",
|
||||
imageAlt: "Caipirão",
|
||||
onProductClick: "function() { console.log('Caipirão clicked'); }",
|
||||
onFavorite: "function() { console.log('Caipirão favorited'); }",
|
||||
id: "caipirao", brand: "Chácara Horizonte Azul", name: "Caipirão", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/food-cooking_114579-8709.jpg", imageAlt: "Caipirão", onProductClick: () => { console.log('Caipirão clicked'); },
|
||||
onFavorite: () => { console.log('Caipirão favorited'); },
|
||||
},
|
||||
{
|
||||
id: "tambaqui",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Tambaqui Fresco",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "90+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/orange-carp-fish-pool-japan_1150-10876.jpg",
|
||||
imageAlt: "Tambaqui",
|
||||
onProductClick: "function() { console.log('Tambaqui clicked'); }",
|
||||
onFavorite: "function() { console.log('Tambaqui favorited'); }",
|
||||
id: "tambaqui", brand: "Chácara Horizonte Azul", name: "Tambaqui Fresco", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/orange-carp-fish-pool-japan_1150-10876.jpg", imageAlt: "Tambaqui", onProductClick: () => { console.log('Tambaqui clicked'); },
|
||||
onFavorite: () => { console.log('Tambaqui favorited'); },
|
||||
},
|
||||
{
|
||||
id: "tambatinga",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Tambatinga",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "70+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-carp-fish-underwater_181624-8178.jpg",
|
||||
imageAlt: "Tambatinga",
|
||||
onProductClick: "function() { console.log('Tambatinga clicked'); }",
|
||||
onFavorite: "function() { console.log('Tambatinga favorited'); }",
|
||||
id: "tambatinga", brand: "Chácara Horizonte Azul", name: "Tambatinga", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "70+", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-carp-fish-underwater_181624-8178.jpg", imageAlt: "Tambatinga", onProductClick: () => { console.log('Tambatinga clicked'); },
|
||||
onFavorite: () => { console.log('Tambatinga favorited'); },
|
||||
},
|
||||
{
|
||||
id: "cogumelo-sol",
|
||||
brand: "Chácara Horizonte Azul",
|
||||
name: "Cogumelo do Sol",
|
||||
price: "Sob Consulta",
|
||||
rating: 5,
|
||||
reviewCount: "50+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mushrooms-wicker-basket-plaid-napkin-light-blue-surface_141793-8461.jpg",
|
||||
imageAlt: "Cogumelo do Sol",
|
||||
onProductClick: "function() { console.log('Cogumelo do Sol clicked'); }",
|
||||
onFavorite: "function() { console.log('Cogumelo do Sol favorited'); }",
|
||||
id: "cogumelo-sol", brand: "Chácara Horizonte Azul", name: "Cogumelo do Sol", price: "Sob Consulta", rating: 5,
|
||||
reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mushrooms-wicker-basket-plaid-napkin-light-blue-surface_141793-8461.jpg", imageAlt: "Cogumelo do Sol", onProductClick: () => { console.log('Cogumelo do Sol clicked'); },
|
||||
onFavorite: () => { console.log('Cogumelo do Sol favorited'); },
|
||||
},
|
||||
]}
|
||||
title="Nossos Produtos Frescos"
|
||||
@@ -241,9 +156,7 @@ export default function LandingPage() {
|
||||
tagIcon={ShoppingBag}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver todos os produtos",
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20conhecer%20todos%20os%20produtos%20dispon%C3%ADveis.",
|
||||
},
|
||||
text: "Ver todos os produtos", href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20conhecer%20todos%20os%20produtos%20dispon%C3%ADveis."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -255,65 +168,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "galeria-mandioca",
|
||||
title: "Produção de Mandioca",
|
||||
tags: [
|
||||
"Colheita",
|
||||
"Campo",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/countryside-worker-holding-basket-with-peanuts_23-2148761746.jpg",
|
||||
imageAlt: "Produção de mandioca",
|
||||
},
|
||||
id: "galeria-mandioca", title: "Produção de Mandioca", tags: [
|
||||
"Colheita", "Campo"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/countryside-worker-holding-basket-with-peanuts_23-2148761746.jpg", imageAlt: "Produção de mandioca"},
|
||||
{
|
||||
id: "galeria-galinhas",
|
||||
title: "Galinhas Caipiras",
|
||||
tags: [
|
||||
"Criação",
|
||||
"Natural",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-chicken-walking-freely-farm_23-2148291030.jpg",
|
||||
imageAlt: "Galinhas caipiras",
|
||||
},
|
||||
id: "galeria-galinhas", title: "Galinhas Caipiras", tags: [
|
||||
"Criação", "Natural"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/domestic-chicken-walking-freely-farm_23-2148291030.jpg", imageAlt: "Galinhas caipiras"},
|
||||
{
|
||||
id: "galeria-caipiroes",
|
||||
title: "Caipirões Saudáveis",
|
||||
tags: [
|
||||
"Desenvolvimento",
|
||||
"Próprio",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-chestnut-backed-tanager-bird-standing-cooling-rack_181624-51082.jpg",
|
||||
imageAlt: "Caipirões",
|
||||
},
|
||||
id: "galeria-caipiroes", title: "Caipirões Saudáveis", tags: [
|
||||
"Desenvolvimento", "Próprio"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-chestnut-backed-tanager-bird-standing-cooling-rack_181624-51082.jpg", imageAlt: "Caipirões"},
|
||||
{
|
||||
id: "galeria-viveiros",
|
||||
title: "Viveiros de Peixes",
|
||||
tags: [
|
||||
"Piscicultura",
|
||||
"Sustentável",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-small-lake-surrounded-by-greenery-cloudy-sky_181624-27468.jpg",
|
||||
imageAlt: "Viveiros de peixes",
|
||||
},
|
||||
id: "galeria-viveiros", title: "Viveiros de Peixes", tags: [
|
||||
"Piscicultura", "Sustentável"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-small-lake-surrounded-by-greenery-cloudy-sky_181624-27468.jpg", imageAlt: "Viveiros de peixes"},
|
||||
{
|
||||
id: "galeria-cogumelos",
|
||||
title: "Cultivo de Cogumelos",
|
||||
tags: [
|
||||
"Artesanal",
|
||||
"Natural",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-small-mushrooms-growing-near-tree-jungle_181624-18218.jpg",
|
||||
imageAlt: "Cultivo de cogumelos",
|
||||
},
|
||||
id: "galeria-cogumelos", title: "Cultivo de Cogumelos", tags: [
|
||||
"Artesanal", "Natural"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-small-mushrooms-growing-near-tree-jungle_181624-18218.jpg", imageAlt: "Cultivo de cogumelos"},
|
||||
{
|
||||
id: "galeria-propriedade",
|
||||
title: "Vista da Propriedade",
|
||||
tags: [
|
||||
"Natureza",
|
||||
"Beleza",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-sign-post-against-landscape-trees-hills_181624-9586.jpg",
|
||||
imageAlt: "Fotos da propriedade",
|
||||
},
|
||||
id: "galeria-propriedade", title: "Vista da Propriedade", tags: [
|
||||
"Natureza", "Beleza"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shot-sign-post-against-landscape-trees-hills_181624-9586.jpg", imageAlt: "Fotos da propriedade"},
|
||||
]}
|
||||
title="Nossa Galeria"
|
||||
description="Momentos da produção e da beleza natural da Chácara Horizonte Azul, capturados com carinho."
|
||||
@@ -321,9 +198,7 @@ export default function LandingPage() {
|
||||
tagIcon={Camera}
|
||||
buttons={[
|
||||
{
|
||||
text: "Ver mais fotos",
|
||||
href: "https://instagram.com/chacara_horizonte_azul",
|
||||
},
|
||||
text: "Ver mais fotos", href: "https://instagram.com/chacara_horizonte_azul"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -335,65 +210,29 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "diferencial-1",
|
||||
title: "Produção Própria",
|
||||
tags: [
|
||||
"Controle Total",
|
||||
"Origem Garantida",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fresh-radish_23-2148214231.jpg",
|
||||
imageAlt: "Produção própria",
|
||||
},
|
||||
id: "diferencial-1", title: "Produção Própria", tags: [
|
||||
"Controle Total", "Origem Garantida"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-fresh-radish_23-2148214231.jpg", imageAlt: "Produção própria"},
|
||||
{
|
||||
id: "diferencial-2",
|
||||
title: "Produtos Frescos",
|
||||
tags: [
|
||||
"Do Campo",
|
||||
"Para a Mesa",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegetables-as-pepper-garlic-dill-tomato-basket-sackcloth-wood_141793-16881.jpg",
|
||||
imageAlt: "Produtos frescos",
|
||||
},
|
||||
id: "diferencial-2", title: "Produtos Frescos", tags: [
|
||||
"Do Campo", "Para a Mesa"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-vegetables-as-pepper-garlic-dill-tomato-basket-sackcloth-wood_141793-16881.jpg", imageAlt: "Produtos frescos"},
|
||||
{
|
||||
id: "diferencial-3",
|
||||
title: "Atendimento Direto",
|
||||
tags: [
|
||||
"Produtor",
|
||||
"Consumidor",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256671.jpg",
|
||||
imageAlt: "Atendimento direto do produtor",
|
||||
},
|
||||
id: "diferencial-3", title: "Atendimento Direto", tags: [
|
||||
"Produtor", "Consumidor"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-couple-with-water-hose_23-2148256671.jpg", imageAlt: "Atendimento direto do produtor"},
|
||||
{
|
||||
id: "diferencial-4",
|
||||
title: "Qualidade Garantida",
|
||||
tags: [
|
||||
"Excelência",
|
||||
"Cuidado",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-looking-floral-wreaths-medium-shot_23-2148435675.jpg",
|
||||
imageAlt: "Qualidade garantida",
|
||||
},
|
||||
id: "diferencial-4", title: "Qualidade Garantida", tags: [
|
||||
"Excelência", "Cuidado"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardener-looking-floral-wreaths-medium-shot_23-2148435675.jpg", imageAlt: "Qualidade garantida"},
|
||||
{
|
||||
id: "diferencial-5",
|
||||
title: "Sustentabilidade",
|
||||
tags: [
|
||||
"Meio Ambiente",
|
||||
"Consciência",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-red-vineyard-rows-sunset-moldova_1268-15925.jpg",
|
||||
imageAlt: "Sustentabilidade",
|
||||
},
|
||||
id: "diferencial-5", title: "Sustentabilidade", tags: [
|
||||
"Meio Ambiente", "Consciência"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-red-vineyard-rows-sunset-moldova_1268-15925.jpg", imageAlt: "Sustentabilidade"},
|
||||
{
|
||||
id: "diferencial-6",
|
||||
title: "Preço Justo",
|
||||
tags: [
|
||||
"Valor Real",
|
||||
"Acessibilidade",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-three-stacks-coins-grass-with-plants-dirt_23-2148803923.jpg",
|
||||
imageAlt: "Preço justo",
|
||||
},
|
||||
id: "diferencial-6", title: "Preço Justo", tags: [
|
||||
"Valor Real", "Acessibilidade"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-three-stacks-coins-grass-with-plants-dirt_23-2148803923.jpg", imageAlt: "Preço justo"},
|
||||
]}
|
||||
title="Nossos Diferenciais"
|
||||
description="O compromisso da Chácara Horizonte Azul com a qualidade, a sustentabilidade e a satisfação do cliente em cada produto."
|
||||
@@ -401,9 +240,7 @@ export default function LandingPage() {
|
||||
tagIcon={ShieldCheck}
|
||||
buttons={[
|
||||
{
|
||||
text: "Conheça nossa missão",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Conheça nossa missão", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -414,65 +251,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Maria Silva",
|
||||
date: "15 de Maio, 2024",
|
||||
title: "Qualidade Incomparável",
|
||||
quote: "Produtos frescos e de excelente qualidade. A Chácara Horizonte Azul se preocupa de verdade com o que entrega aos clientes. Recomendo!",
|
||||
tag: "Cliente Satisfeita",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg",
|
||||
avatarAlt: "Avatar Maria Silva",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-mixed-sliced-fruits_140725-3412.jpg",
|
||||
imageAlt: "Produtos frescos",
|
||||
},
|
||||
id: "1", name: "Maria Silva", date: "15 de Maio, 2024", title: "Qualidade Incomparável", quote: "Produtos frescos e de excelente qualidade. A Chácara Horizonte Azul se preocupa de verdade com o que entrega aos clientes. Recomendo!", tag: "Cliente Satisfeita", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-happy-joyful-bearded-guy-posing-indoors_74855-2696.jpg", avatarAlt: "Avatar Maria Silva", imageSrc: "http://img.b2bpic.net/free-photo/fruit-salad-with-mixed-sliced-fruits_140725-3412.jpg", imageAlt: "Produtos frescos"},
|
||||
{
|
||||
id: "2",
|
||||
name: "João Pereira",
|
||||
date: "10 de Maio, 2024",
|
||||
title: "Atendimento Eficiente",
|
||||
quote: "Atendimento rápido e confiável. Fazer pedidos pelo WhatsApp é muito prático, e os produtos chegam sempre fresquinhos.",
|
||||
tag: "Comprador Frequente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg",
|
||||
avatarAlt: "Avatar João Pereira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-grocery-bag-making-okay-sign_23-2148382463.jpg",
|
||||
imageAlt: "Entrega rápida",
|
||||
},
|
||||
id: "2", name: "João Pereira", date: "10 de Maio, 2024", title: "Atendimento Eficiente", quote: "Atendimento rápido e confiável. Fazer pedidos pelo WhatsApp é muito prático, e os produtos chegam sempre fresquinhos.", tag: "Comprador Frequente", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-sign-language-concept_23-2148572467.jpg", avatarAlt: "Avatar João Pereira", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-grocery-bag-making-okay-sign_23-2148382463.jpg", imageAlt: "Entrega rápida"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ana Santos",
|
||||
date: "03 de Maio, 2024",
|
||||
title: "Peixes Maravilhosos",
|
||||
quote: "Os peixes são excelentes! O tambaqui e a tambatinga têm um sabor sem igual. A criação é visivelmente de alta qualidade.",
|
||||
tag: "Amante de Peixes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/anxious-young-slavic-female-gardener-wearing-gardening-hat-holding-vegetable-basket-head_141793-104017.jpg",
|
||||
avatarAlt: "Avatar Ana Santos",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053697.jpg",
|
||||
imageAlt: "Peixe fresco",
|
||||
},
|
||||
id: "3", name: "Ana Santos", date: "03 de Maio, 2024", title: "Peixes Maravilhosos", quote: "Os peixes são excelentes! O tambaqui e a tambatinga têm um sabor sem igual. A criação é visivelmente de alta qualidade.", tag: "Amante de Peixes", avatarSrc: "http://img.b2bpic.net/free-photo/anxious-young-slavic-female-gardener-wearing-gardening-hat-holding-vegetable-basket-head_141793-104017.jpg", avatarAlt: "Avatar Ana Santos", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life-top-view_23-2151053697.jpg", imageAlt: "Peixe fresco"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Carlos Lima",
|
||||
date: "28 de Abril, 2024",
|
||||
title: "Confiança no Produtor",
|
||||
quote: "É muito bom saber a origem do que comemos. A produção própria e sustentável da Chácara Horizonte Azul me trouxe muita confiança. Preço justo e qualidade superior.",
|
||||
tag: "Consumidor Consciente",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15941.jpg",
|
||||
avatarAlt: "Avatar Carlos Lima",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-groceries_23-2149663616.jpg",
|
||||
imageAlt: "Produtos naturais",
|
||||
},
|
||||
id: "4", name: "Carlos Lima", date: "28 de Abril, 2024", title: "Confiança no Produtor", quote: "É muito bom saber a origem do que comemos. A produção própria e sustentável da Chácara Horizonte Azul me trouxe muita confiança. Preço justo e qualidade superior.", tag: "Consumidor Consciente", avatarSrc: "http://img.b2bpic.net/free-photo/young-farmer-taking-care-his-business_329181-15941.jpg", avatarAlt: "Avatar Carlos Lima", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-man-holding-groceries_23-2149663616.jpg", imageAlt: "Produtos naturais"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Fernanda Oliveira",
|
||||
date: "20 de Abril, 2024",
|
||||
title: "Variedade e Frescor",
|
||||
quote: "Desde a mandioca aos cogumelos, tudo é impecável! Adoro a variedade de produtos frescos que encontro aqui. Minha família aprovou!",
|
||||
tag: "Fã da Chácara",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/view-kid-practicing-health-wellness-activity_23-2151401975.jpg",
|
||||
avatarAlt: "Avatar Fernanda Oliveira",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-cutting-vegetables_23-2147997420.jpg",
|
||||
imageAlt: "Variedade de produtos",
|
||||
},
|
||||
id: "5", name: "Fernanda Oliveira", date: "20 de Abril, 2024", title: "Variedade e Frescor", quote: "Desde a mandioca aos cogumelos, tudo é impecável! Adoro a variedade de produtos frescos que encontro aqui. Minha família aprovou!", tag: "Fã da Chácara", avatarSrc: "http://img.b2bpic.net/free-photo/view-kid-practicing-health-wellness-activity_23-2151401975.jpg", avatarAlt: "Avatar Fernanda Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/mother-cutting-vegetables_23-2147997420.jpg", imageAlt: "Variedade de produtos"},
|
||||
]}
|
||||
title="O Que Nossos Clientes Dizem"
|
||||
description="A satisfação de quem confia na qualidade e no sabor dos produtos da Chácara Horizonte Azul."
|
||||
@@ -480,9 +267,7 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
buttons={[
|
||||
{
|
||||
text: "Deixe seu depoimento",
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20deixar%20um%20depoimento%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul.",
|
||||
},
|
||||
text: "Deixe seu depoimento", href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20deixar%20um%20depoimento%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -491,24 +276,17 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Fale Conosco"
|
||||
title="Entre em Contato com a Chácara Horizonte Azul"
|
||||
description="Tire suas dúvidas, faça seu pedido ou visite-nos! Atendimento direto e personalizado via WhatsApp, telefone, ou nossas redes sociais. Estamos na Chácara Horizonte Azul, [Endereço da Chácara aqui]. Veja no mapa abaixo como chegar."
|
||||
buttons={[
|
||||
{
|
||||
text: "WhatsApp",
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul.",
|
||||
},
|
||||
text: "WhatsApp", href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX&text=Ol%C3%A1!%20Gostaria%20de%20saber%20mais%20sobre%20os%20produtos%20da%20Ch%C3%A1cara%20Horizonte%20Azul."},
|
||||
{
|
||||
text: "Instagram",
|
||||
href: "https://instagram.com/chacara_horizonte_azul",
|
||||
},
|
||||
text: "Instagram", href: "https://instagram.com/chacara_horizonte_azul"},
|
||||
{
|
||||
text: "Facebook",
|
||||
href: "https://facebook.com/chacara_horizonte_azul",
|
||||
},
|
||||
text: "Facebook", href: "https://facebook.com/chacara_horizonte_azul"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -522,19 +300,13 @@ export default function LandingPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: ExternalLink,
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX",
|
||||
ariaLabel: "WhatsApp",
|
||||
},
|
||||
href: "https://api.whatsapp.com/send?phone=55XXXXXXXXXXX", ariaLabel: "WhatsApp"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/chacara_horizonte_azul",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/chacara_horizonte_azul", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/chacara_horizonte_azul",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/chacara_horizonte_azul", ariaLabel: "Facebook"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user