diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d93dcf..898eeeb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,25 +33,15 @@ export default function LandingPage() { @@ -330,25 +216,15 @@ export default function LandingPage() { author="Dr. Ana Paula Silveira, CEO, AgroFuture Corp." avatars={[ { - src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg", - alt: "Dr. Ana Paula Silveira", - }, + src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-dark-sweater-standing-near-lamps_114579-81908.jpg", alt: "Dr. Ana Paula Silveira"}, { - src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg", - alt: "João Carlos Mendes", - }, + src: "http://img.b2bpic.net/free-photo/happy-afroamerican-employee-portrait_23-2148508904.jpg", alt: "João Carlos Mendes"}, { - src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", - alt: "Mariana Costa", - }, + src: "http://img.b2bpic.net/free-photo/medium-shot-business-man-with-backpack_23-2149915912.jpg", alt: "Mariana Costa"}, { - src: "http://img.b2bpic.net/free-photo/male-farmer-looks-tomatos-plant_1398-1873.jpg", - alt: "Fernando Almeida", - }, + src: "http://img.b2bpic.net/free-photo/male-farmer-looks-tomatos-plant_1398-1873.jpg", 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", - alt: "Sofia Rodrigues", - }, + 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"}, ]} ratingAnimation="slide-up" avatarsAnimation="blur-reveal" @@ -359,20 +235,15 @@ export default function LandingPage() { @@ -383,79 +254,47 @@ export default function LandingPage() { logoText="Uniagrow Nutrition" columns={[ { - title: "Navegação", - items: [ + title: "Navegação", items: [ { - label: "Início", - href: "#hero", - }, + label: "Início", href: "#hero"}, { - label: "Quem Somos", - href: "#about", - }, + label: "Quem Somos", href: "#about"}, { - label: "Produtos", - href: "#products", - }, + label: "Produtos", href: "#products"}, { - label: "Serviços", - href: "#services", - }, + label: "Serviços", href: "#services"}, { - label: "Contato", - href: "#contact", - }, + label: "Contato", href: "#contact"}, ], }, { - title: "Produtos", - items: [ + title: "Produtos", items: [ { - label: "Aminoácidos", - href: "#products", - }, + label: "Aminoácidos", href: "#products"}, { - label: "Vitaminas", - href: "#products", - }, + label: "Vitaminas", href: "#products"}, { - label: "Minerais", - href: "#products", - }, + label: "Minerais", href: "#products"}, { - label: "Fosfato Bicálcico", - href: "#products", - }, + label: "Fosfato Bicálcico", href: "#products"}, ], }, { - title: "Recursos", - items: [ + title: "Recursos", items: [ { - label: "Blog (Em Breve)", - href: "#", - }, + label: "Blog (Em Breve)", href: "#"}, { - label: "Inteligência de Mercado", - href: "#services", - }, + label: "Inteligência de Mercado", href: "#services"}, { - label: "FAQs", - href: "#", - }, + label: "FAQs", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Política de Privacidade", - href: "#", - }, + label: "Política de Privacidade", href: "#"}, { - label: "Termos de Uso", - href: "#", - }, + label: "Termos de Uso", href: "#"}, ], }, ]}