Update src/app/page.tsx
This commit is contained in:
299
src/app/page.tsx
299
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleFullscreen
|
<NavbarStyleFullscreen
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Início",
|
name: "Início", id: "#hero"},
|
||||||
id: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Quem Somos",
|
name: "Quem Somos", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Produtos",
|
name: "Produtos", id: "#products"},
|
||||||
id: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Serviços",
|
name: "Serviços", id: "#services"},
|
||||||
id: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contatos",
|
name: "Contatos", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ztnlzb"
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ztnlzb"
|
||||||
logoAlt="Uniagrow Nutrition Logo"
|
logoAlt="Uniagrow Nutrition Logo"
|
||||||
@@ -62,35 +52,24 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{
|
background={{
|
||||||
variant: "downward-rays-animated",
|
variant: "downward-rays-animated"}}
|
||||||
}}
|
|
||||||
imagePosition="right"
|
imagePosition="right"
|
||||||
title="Conectando a Nutrição Animal ao Mercado Global com Inteligência Estratégica."
|
title="Conectando a Nutrição Animal ao Mercado Global com Inteligência Estratégica."
|
||||||
description="Uniagrow Nutrition é sua Trading Company parceira, especializada em importar, exportar e distribuir insumos de alta qualidade para nutrição animal, incluindo Aminoácidos, Vitaminas e Minerais. Com sede em Maringá-PR, somos a ponte estratégica que você precisa."
|
description="Uniagrow Nutrition é sua Trading Company parceira, especializada em importar, exportar e distribuir insumos de alta qualidade para nutrição animal, incluindo Aminoácidos, Vitaminas e Minerais. Com sede em Maringá-PR, somos a ponte estratégica que você precisa."
|
||||||
kpis={[
|
kpis={[
|
||||||
{
|
{
|
||||||
value: "10+",
|
value: "10+", label: "Anos de Experiência Global"},
|
||||||
label: "Anos de Experiência Global",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "20+",
|
value: "20+", label: "Países Atendidos"},
|
||||||
label: "Países Atendidos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
value: "99%",
|
value: "99%", label: "Satisfação B2B"},
|
||||||
label: "Satisfação B2B",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Solicitar Consultoria de Exportação",
|
text: "Solicitar Consultoria de Exportação", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Conhecer Portfólio de Produtos",
|
text: "Conhecer Portfólio de Produtos", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/container-port-with-cargo-ship-cranes_23-2152005458.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/container-port-with-cargo-ship-cranes_23-2152005458.jpg"
|
||||||
videoSrc="https://cdn.pixabay.com/video/2017/04/10/8243-210134448_large.mp4"
|
videoSrc="https://cdn.pixabay.com/video/2017/04/10/8243-210134448_large.mp4"
|
||||||
@@ -99,52 +78,32 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/beautiful-sideways-female-model-photography-umbrella_23-2148424403.jpg",
|
src: "http://img.b2bpic.net/free-photo/beautiful-sideways-female-model-photography-umbrella_23-2148424403.jpg", alt: "Maria Silva, Gerente de Exportação"},
|
||||||
alt: "Maria Silva, Gerente de Exportação",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_23-2148452664.jpg", alt: "João Costa, Diretor de Suprimentos"},
|
||||||
alt: "João Costa, Diretor de Suprimentos",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4749.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4749.jpg", alt: "Ana Pereira, Analista de Mercado"},
|
||||||
alt: "Ana Pereira, Analista de Mercado",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/successful-young-woman-looking-away_23-2148452666.jpg",
|
src: "http://img.b2bpic.net/free-photo/successful-young-woman-looking-away_23-2148452666.jpg", alt: "Carlos Ribeiro, Especialista em Logística"},
|
||||||
alt: "Carlos Ribeiro, Especialista em Logística",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/handsome-employee-smiling-medium-shot_23-2148508900.jpg",
|
src: "http://img.b2bpic.net/free-photo/handsome-employee-smiling-medium-shot_23-2148508900.jpg", alt: "Fernanda Lima, Consultora de Negócios"},
|
||||||
alt: "Fernanda Lima, Consultora de Negócios",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Confiança de nossos parceiros em todo o mundo"
|
avatarText="Confiança de nossos parceiros em todo o mundo"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Inteligência de Mercado Global", icon: Globe,
|
||||||
text: "Inteligência de Mercado Global",
|
|
||||||
icon: Globe,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Eficiência na Cadeia de Suprimentos", icon: Package,
|
||||||
text: "Eficiência na Cadeia de Suprimentos",
|
|
||||||
icon: Package,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Inovação em Nutrição Animal", icon: Lightbulb,
|
||||||
text: "Inovação em Nutrição Animal",
|
|
||||||
icon: Lightbulb,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Conformidade e Segurança (RADAR)", icon: Lock,
|
||||||
text: "Conformidade e Segurança (RADAR)",
|
|
||||||
icon: Lock,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
type: "text-icon",
|
type: "text-icon", text: "Parcerias B2B Estratégicas", icon: Users,
|
||||||
text: "Parcerias B2B Estratégicas",
|
|
||||||
icon: Users,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
marqueeSpeed={40}
|
marqueeSpeed={40}
|
||||||
@@ -170,19 +129,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: Compass,
|
icon: Compass,
|
||||||
title: "Consultoria Estratégica",
|
title: "Consultoria Estratégica", description: "Assessoria completa para otimizar suas operações de importação e exportação, com foco em eficiência e conformidade regulatória."},
|
||||||
description: "Assessoria completa para otimizar suas operações de importação e exportação, com foco em eficiência e conformidade regulatória.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Truck,
|
icon: Truck,
|
||||||
title: "Logística Global Otimizada",
|
title: "Logística Global Otimizada", description: "Gestão de toda a cadeia logística, garantindo transporte seguro e eficiente de insumos em nível nacional e internacional."},
|
||||||
description: "Gestão de toda a cadeia logística, garantindo transporte seguro e eficiente de insumos em nível nacional e internacional.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ShieldCheck,
|
icon: ShieldCheck,
|
||||||
title: "Controle de Qualidade Rigoroso",
|
title: "Controle de Qualidade Rigoroso", description: "Padrões de qualidade elevadíssimos para todos os insumos, assegurando a máxima pureza e eficácia para a nutrição animal."},
|
||||||
description: "Padrões de qualidade elevadíssimos para todos os insumos, assegurando a máxima pureza e eficácia para a nutrição animal.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Nossos Serviços: Inteligência e Inovação para o seu Negócio"
|
title="Nossos Serviços: Inteligência e Inovação para o seu Negócio"
|
||||||
description="Oferecemos uma gama completa de serviços para otimizar sua cadeia de valor, desde a consultoria estratégica até a logística global e garantia de qualidade. Impulsione sua empresa com nossas soluções personalizadas."
|
description="Oferecemos uma gama completa de serviços para otimizar sua cadeia de valor, desde a consultoria estratégica até a logística global e garantia de qualidade. Impulsione sua empresa com nossas soluções personalizadas."
|
||||||
@@ -197,65 +150,23 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "aminoacids",
|
id: "aminoacids", brand: "NutriEssentials", name: "Aminoácidos Essenciais", price: "Consulte", rating: 5,
|
||||||
brand: "NutriEssentials",
|
reviewCount: "250+", imageSrc: "http://img.b2bpic.net/free-photo/gradient-archipelago-bubble-drops-water_23-2148290106.jpg", imageAlt: "Aminoácidos Essenciais"},
|
||||||
name: "Aminoácidos Essenciais",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "250+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/gradient-archipelago-bubble-drops-water_23-2148290106.jpg",
|
|
||||||
imageAlt: "Aminoácidos Essenciais",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "vitamins",
|
id: "vitamins", brand: "VitaGrow", name: "Complexo Vitamínico", price: "Consulte", rating: 5,
|
||||||
brand: "VitaGrow",
|
reviewCount: "180+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-plastic-spoon-with-pill_23-2148530912.jpg", imageAlt: "Complexo Vitamínico"},
|
||||||
name: "Complexo Vitamínico",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "180+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-colored-plastic-spoon-with-pill_23-2148530912.jpg",
|
|
||||||
imageAlt: "Complexo Vitamínico",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "minerals",
|
id: "minerals", brand: "MineraFort", name: "Suplementos Minerais", price: "Consulte", rating: 5,
|
||||||
brand: "MineraFort",
|
reviewCount: "210+", imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubbles-rainbow-background_23-2148227121.jpg", imageAlt: "Suplementos Minerais"},
|
||||||
name: "Suplementos Minerais",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "210+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/transparent-bubbles-rainbow-background_23-2148227121.jpg",
|
|
||||||
imageAlt: "Suplementos Minerais",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "dicalciumphosphate",
|
id: "dicalciumphosphate", brand: "FosfoMax", name: "Fosfato Bicálcico", price: "Consulte", rating: 5,
|
||||||
brand: "FosfoMax",
|
reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/inscription-collagen-wooden-cubes-with-leaves-pills_185193-162479.jpg", imageAlt: "Fosfato Bicálcico"},
|
||||||
name: "Fosfato Bicálcico",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/inscription-collagen-wooden-cubes-with-leaves-pills_185193-162479.jpg",
|
|
||||||
imageAlt: "Fosfato Bicálcico",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "lysine",
|
id: "lysine", brand: "AminoBoost", name: "L-Lisina HCl", price: "Consulte", rating: 5,
|
||||||
brand: "AminoBoost",
|
reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/abstract-yellow-orange-bubbles-texture_23-2148205110.jpg", imageAlt: "L-Lisina HCl"},
|
||||||
name: "L-Lisina HCl",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "120+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-yellow-orange-bubbles-texture_23-2148205110.jpg",
|
|
||||||
imageAlt: "L-Lisina HCl",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "threonine",
|
id: "threonine", brand: "ProteinPlus", name: "L-Treonina", price: "Consulte", rating: 5,
|
||||||
brand: "ProteinPlus",
|
reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/three-wooden-spoons-with-various-beans-gray-table_114579-62969.jpg", imageAlt: "L-Treonina"},
|
||||||
name: "L-Treonina",
|
|
||||||
price: "Consulte",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "90+",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/three-wooden-spoons-with-various-beans-gray-table_114579-62969.jpg",
|
|
||||||
imageAlt: "L-Treonina",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Portfólio de Produtos: Insumos de Alta Performance"
|
title="Portfólio de Produtos: Insumos de Alta Performance"
|
||||||
description="Explore nosso catálogo abrangente de aminoácidos, vitaminas, minerais e fosfato bicálcico, essenciais para a saúde e o desenvolvimento de seus animais. Qualidade superior para resultados comprovados."
|
description="Explore nosso catálogo abrangente de aminoácidos, vitaminas, minerais e fosfato bicálcico, essenciais para a saúde e o desenvolvimento de seus animais. Qualidade superior para resultados comprovados."
|
||||||
@@ -269,34 +180,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "global-reach",
|
id: "global-reach", value: "Crescimento Global", title: "Mercado Expandido", items: [
|
||||||
value: "Crescimento Global",
|
"Análise de Novos Mercados", "Identificação de Oportunidades", "Expansão Geográfica"],
|
||||||
title: "Mercado Expandido",
|
|
||||||
items: [
|
|
||||||
"Análise de Novos Mercados",
|
|
||||||
"Identificação de Oportunidades",
|
|
||||||
"Expansão Geográfica",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "strategic-partnerships",
|
id: "strategic-partnerships", value: "Parcerias Fortes", title: "Rede Confiável", items: [
|
||||||
value: "Parcerias Fortes",
|
"Otimização da Cadeia de Suprimentos", "Alianças Estratégicas", "Fornecedores Qualificados"],
|
||||||
title: "Rede Confiável",
|
|
||||||
items: [
|
|
||||||
"Otimização da Cadeia de Suprimentos",
|
|
||||||
"Alianças Estratégicas",
|
|
||||||
"Fornecedores Qualificados",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "innovation",
|
id: "innovation", value: "Inovação Contínua", title: "Pesquisa & Desenvolvimento", items: [
|
||||||
value: "Inovação Contínua",
|
"Novos Produtos e Soluções", "Tecnologias Avançadas", "Eficiência e Sustentabilidade"],
|
||||||
title: "Pesquisa & Desenvolvimento",
|
|
||||||
items: [
|
|
||||||
"Novos Produtos e Soluções",
|
|
||||||
"Tecnologias Avançadas",
|
|
||||||
"Eficiência e Sustentabilidade",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Inteligência de Negócios: Decisões Baseadas em Dados"
|
title="Inteligência de Negócios: Decisões Baseadas em Dados"
|
||||||
@@ -309,14 +202,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
names={[
|
names={[
|
||||||
"Global Agro Solutions",
|
"Global Agro Solutions", "BioTech Innovations", "MegaFeed Producers", "Logistics Alliance International", "GreenHarvest Foods", "AgriData Insights", "VetPharm Global"]}
|
||||||
"BioTech Innovations",
|
|
||||||
"MegaFeed Producers",
|
|
||||||
"Logistics Alliance International",
|
|
||||||
"GreenHarvest Foods",
|
|
||||||
"AgriData Insights",
|
|
||||||
"VetPharm Global",
|
|
||||||
]}
|
|
||||||
title="Nossos Parceiros: Construindo o Futuro da Nutrição Animal Juntos"
|
title="Nossos Parceiros: Construindo o Futuro da Nutrição Animal Juntos"
|
||||||
description="Trabalhamos com líderes da indústria global, garantindo a excelência e a confiabilidade em cada etapa da nossa cadeia de valor. Junte-se a uma rede de sucesso."
|
description="Trabalhamos com líderes da indústria global, garantindo a excelência e a confiabilidade em cada etapa da nossa cadeia de valor. Junte-se a uma rede de sucesso."
|
||||||
/>
|
/>
|
||||||
@@ -330,25 +216,15 @@ export default function LandingPage() {
|
|||||||
author="Dr. Ana Paula Silveira, CEO, AgroFuture Corp."
|
author="Dr. Ana Paula Silveira, CEO, AgroFuture Corp."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg",
|
src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg", alt: "Dr. Ana Paula Silveira"},
|
||||||
alt: "Dr. Ana Paula Silveira",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg",
|
src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg", alt: "João Carlos Mendes"},
|
||||||
alt: "João Carlos Mendes",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg",
|
src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", alt: "Mariana Costa"},
|
||||||
alt: "Mariana Costa",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/male-farmer-looks-tomatos-plant_1398-1873.jpg",
|
src: "http://img.b2bpic.net/free-photo/male-farmer-looks-tomatos-plant_1398-1873.jpg", alt: "Fernando Almeida"},
|
||||||
alt: "Fernando Almeida",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/smart-fashionable-blogger-female-modern-clothes-glasses-poses-with-digital-tablet-isolated-gray-background_613910-18479.jpg",
|
src: "http://img.b2bpic.net/free-photo/smart-fashionable-blogger-female-modern-clothes-glasses-poses-with-digital-tablet-isolated-gray-background_613910-18479.jpg", alt: "Sofia Rodrigues"},
|
||||||
alt: "Sofia Rodrigues",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
ratingAnimation="slide-up"
|
ratingAnimation="slide-up"
|
||||||
avatarsAnimation="blur-reveal"
|
avatarsAnimation="blur-reveal"
|
||||||
@@ -359,20 +235,15 @@ export default function LandingPage() {
|
|||||||
<ContactCTA
|
<ContactCTA
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "glowing-orb",
|
variant: "sparkles-gradient"}}
|
||||||
}}
|
|
||||||
tag="Entre em Contato"
|
tag="Entre em Contato"
|
||||||
title="Pronto para Impulsionar o Seu Negócio Globalmente?"
|
title="Pronto para Impulsionar o Seu Negócio Globalmente?"
|
||||||
description="Fale com nossos especialistas. Estamos prontos para oferecer soluções personalizadas para suas necessidades de importação, exportação e distribuição de insumos para nutrição animal. Seu sucesso começa aqui."
|
description="Fale com nossos especialistas. Estamos prontos para oferecer soluções personalizadas para suas necessidades de importação, exportação e distribuição de insumos para nutrição animal. Seu sucesso começa aqui."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Solicitar uma Consultoria Gratuita",
|
text: "Solicitar uma Consultoria Gratuita", href: "mailto:contato@uniagrow.com.br"},
|
||||||
href: "mailto:contato@uniagrow.com.br",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Falar no WhatsApp",
|
text: "Falar no WhatsApp", href: "https://wa.me/5544999999999"},
|
||||||
href: "https://wa.me/5544999999999",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -383,79 +254,47 @@ export default function LandingPage() {
|
|||||||
logoText="Uniagrow Nutrition"
|
logoText="Uniagrow Nutrition"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Navegação",
|
title: "Navegação", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Início",
|
label: "Início", href: "#hero"},
|
||||||
href: "#hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Quem Somos",
|
label: "Quem Somos", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Produtos",
|
label: "Produtos", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Serviços",
|
label: "Serviços", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Contato",
|
label: "Contato", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Produtos",
|
title: "Produtos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Aminoácidos",
|
label: "Aminoácidos", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Vitaminas",
|
label: "Vitaminas", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Minerais",
|
label: "Minerais", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Fosfato Bicálcico",
|
label: "Fosfato Bicálcico", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Recursos",
|
title: "Recursos", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Blog (Em Breve)",
|
label: "Blog (Em Breve)", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Inteligência de Mercado",
|
label: "Inteligência de Mercado", href: "#services"},
|
||||||
href: "#services",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "FAQs",
|
label: "FAQs", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Política de Privacidade",
|
label: "Política de Privacidade", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Termos de Uso",
|
label: "Termos de Uso", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user