Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a2ed50d233 | |||
| 9395043a69 | |||
| 37c1e82d36 | |||
| debbb39f62 | |||
| 852359de35 | |||
| 974ee72120 | |||
| 60d3fd2f97 |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user