5 Commits

Author SHA1 Message Date
974ee72120 Update src/app/page.tsx 2026-05-11 15:19:55 +00:00
60d3fd2f97 Merge version_3 into main
Merge version_3 into main
2026-05-11 15:17:52 +00:00
a3661b095e Update src/app/page.tsx 2026-05-11 15:17:46 +00:00
fb34387c58 Merge version_2 into main
Merge version_2 into main
2026-05-11 15:16:55 +00:00
8c157419e3 Merge version_2 into main
Merge version_2 into main
2026-05-11 15:16:31 +00:00

View File

@@ -31,6 +31,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Products", id: "#products" },
{ name: "Contact", id: "#contact" },
@@ -44,7 +45,7 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated" }}
title="Science-Based Nutrition for Sustainable Livestock"
description="Inovit delivers innovative feed additive solutions designed to improve animal health, optimize feed efficiency, and empower the future of farming."
buttons={[{ text: "Explore Our Products", href: "/products" }]}
buttons={[{ text: "View Our Feed Solutions", href: "/products" }, { text: "Home", href: "/" }]}
carouselItems={[
{ id: "h1", imageSrc: "http://img.b2bpic.net/free-photo/long-shot-herd-sheep-eating-grass-pasture_23-2148214286.jpg", imageAlt: "sustainable farming livestock field" },
{ id: "h2", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-woman-feeding-sheep_23-2149535200.jpg", imageAlt: "organic animal feed texture" },