13 Commits

Author SHA1 Message Date
f263530088 Merge version_7 into main
Merge version_7 into main
2026-05-11 15:45:10 +00:00
a2ed50d233 Update src/app/page.tsx 2026-05-11 15:45:07 +00:00
7b5ed90b02 Merge version_7 into main
Merge version_7 into main
2026-05-11 15:43:25 +00:00
9395043a69 Update src/app/page.tsx 2026-05-11 15:43:22 +00:00
f658d96c15 Merge version_7 into main
Merge version_7 into main
2026-05-11 15:38:01 +00:00
37c1e82d36 Update theme colors 2026-05-11 15:37:58 +00:00
7d20ad0a54 Merge version_6 into main
Merge version_6 into main
2026-05-11 15:37:47 +00:00
debbb39f62 Update theme colors 2026-05-11 15:37:44 +00:00
9c8df37d7d Merge version_5 into main
Merge version_5 into main
2026-05-11 15:37:40 +00:00
852359de35 Update theme colors 2026-05-11 15:37:37 +00:00
6e064e1988 Merge version_4 into main
Merge version_4 into main
2026-05-11 15:19:59 +00:00
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

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: "View Our Feed Solutions", 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" },
@@ -122,14 +123,14 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{ id: "t1", name: "Sarah Miller", role: "Farm Owner", testimonial: "The quality of Inovit's feed additives has significantly increased our poultry yield.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-taking-coffee-break_329181-16523.jpg" },
{ id: "t2", name: "David Thorne", role: "Operations Manager", testimonial: "Reliable, science-driven, and highly consistent. GMP+ standards mean everything to us.", imageSrc: "http://img.b2bpic.net/free-photo/greenhouse-owner-posing-with-folded-arms-having-many-flowers-colleague-holding-pot-with-pink-chrysanthemums-glass-roof_158595-7126.jpg" },
{ id: "t3", name: "Elena Vance", role: "Business Director", testimonial: "Inovit is our preferred partner for soybean meal sourcing. Exceptional quality.", imageSrc: "http://img.b2bpic.net/free-photo/young-female-florist-greenhouse_23-2148357607.jpg" },
{ id: "t4", name: "Dr. Marcus Reed", role: "Veterinary Consultant", testimonial: "I trust Inovit formulas for my clients' herds. Their ruminant nutrition is outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-checking-dog_23-2149271808.jpg" },
{ id: "t5", name: "James Logan", role: "Agricultural Entrepreneur", testimonial: "Innovative solutions that keep my aquaculture farm competitive.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-greenhouse-owner-posing-with-notepad-her-hands-having-many-flowers-glass-roof_158595-7026.jpg" }
{ id: "t1", name: "", role: "", testimonial: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaBmhxh1Vg1WPqJ7gPJKyM4MgK/uploaded-1778514090361-jq1ehkwd.avif" },
{ id: "t2", name: "", role: "", testimonial: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaBmhxh1Vg1WPqJ7gPJKyM4MgK/uploaded-1778514170149-uj82cvy4.jpg" },
{ id: "t3", name: "", role: "", testimonial: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaBmhxh1Vg1WPqJ7gPJKyM4MgK/uploaded-1778514166081-twhnyv0i.jpg" },
{ id: "t4", name: "", role: "", testimonial: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaBmhxh1Vg1WPqJ7gPJKyM4MgK/uploaded-1778514291720-nnkxz7tc.webp" },
{ id: "t5", name: "", role: "", testimonial: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DaBmhxh1Vg1WPqJ7gPJKyM4MgK/uploaded-1778514300900-rf3kokz9.jpg" }
]}
title="Partner Success Stories"
description="What our partners across the farming and agricultural sectors say about us."
title=""
description=""
/>
</div>