Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 12:52:04 +00:00

View File

@@ -91,29 +91,29 @@ export default function LandingPage() {
{
title: "AI Call Assistant", description: "24/7 automated support for farm logistics, answering supply and crop questions instantly.", icon: Headphones,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg", imageAlt: "AI Assist" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg", imageAlt: "AI Assist" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg?_wi=1", imageAlt: "AI Assist" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg?_wi=1", imageAlt: "AI Assist" },
],
},
{
title: "Smart Farming", description: "IoT integration that monitors soil conditions and optimizes irrigation in real-time.", icon: Leaf,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg", imageAlt: "Smart Farming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-researcher-holds-glass-tube-with-sample-standing-before-plants-greenhouse_8353-7152.jpg", imageAlt: "Smart Farming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg?_wi=1", imageAlt: "Smart Farming" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-researcher-holds-glass-tube-with-sample-standing-before-plants-greenhouse_8353-7152.jpg?_wi=1", imageAlt: "Smart Farming" },
],
},
{
title: "Automated Logistics", description: "Drone and tractor automation to handle repetitive tasks with centimeter-level precision.", icon: Database,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9553.jpg", imageAlt: "Automation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg", imageAlt: "Automation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9553.jpg?_wi=1", imageAlt: "Automation" },
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg?_wi=2", imageAlt: "Automation" },
],
},
{
title: "Analytics Engine", description: "Big data insights that predict seasonal trends and maximize profit margins for growers.", icon: LineChart,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg", imageAlt: "Analytics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg", imageAlt: "Analytics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg?_wi=2", imageAlt: "Analytics" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg?_wi=2", imageAlt: "Analytics" },
],
},
]}
@@ -142,11 +142,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah Miller", role: "Farm Manager", company: "Green Acres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg" },
{ id: "2", name: "James Chen", role: "Owner", company: "Chen Organics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg" },
{ id: "3", name: "Elena Russo", role: "Logistics Lead", company: "Russo Farms", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg" },
{ id: "4", name: "Mark Stevens", role: "Sustainability Head", company: "Earth Wise", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-researcher-holds-glass-tube-with-sample-standing-before-plants-greenhouse_8353-7152.jpg" },
{ id: "5", name: "Chloe Vance", role: "Crop Specialist", company: "Vance Bio-Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9553.jpg" },
{ id: "1", name: "Sarah Miller", role: "Farm Manager", company: "Green Acres", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-farmer-working-her-greenhouse_23-2149072104.jpg?_wi=3" },
{ id: "2", name: "James Chen", role: "Owner", company: "Chen Organics", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-ecofriendly-people_23-2149125222.jpg?_wi=3" },
{ id: "3", name: "Elena Russo", role: "Logistics Lead", company: "Russo Farms", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-florist-working-green-house_1303-30275.jpg?_wi=3" },
{ id: "4", name: "Mark Stevens", role: "Sustainability Head", company: "Earth Wise", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-researcher-holds-glass-tube-with-sample-standing-before-plants-greenhouse_8353-7152.jpg?_wi=2" },
{ id: "5", name: "Chloe Vance", role: "Crop Specialist", company: "Vance Bio-Tech", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-artist-painting-with-oil-paints-field_1303-9553.jpg?_wi=2" },
]}
kpiItems={[
{ value: "10k+", label: "Acres Managed" },