import Image from "next/image"; import Link from "next/link"; import { ArrowRight, Cloud, BarChart, Zap, Leaf, ChevronRight, Users, Shield, LineChart } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Badge } from "@/components/ui/badge"; export default function Home() { return (
{/* Animated background elements */}
{/* 3D floating elements */}
ForFarm BETA
Log in Get started
{/* Hero section */}
Smart Farming Solution

Grow Smarter,
Harvest Better

Optimize your agricultural business with AI-driven insights and real-time data monitoring. ForFarm helps you make informed decisions for sustainable farming.

{[1, 2, 3, 4].map((i) => (
User
))}
500+ farmers already using ForFarm
ForFarm Dashboard Preview

Farm Dashboard

Real-time monitoring

Live Demo
{/* Features section */}
Why Choose ForFarm

Smart Features for Modern Farming

Our platform combines cutting-edge technology with agricultural expertise to help you optimize every aspect of your farm.

{[ { icon: , title: "Data-Driven Insights", description: "Make informed decisions with comprehensive analytics and reporting on all aspects of your farm.", }, { icon: , title: "Weather Integration", description: "Get real-time weather forecasts and alerts tailored to your specific location and crops.", }, { icon: , title: "Resource Optimization", description: "Reduce waste and maximize efficiency with smart resource management tools.", }, { icon: , title: "Team Collaboration", description: "Coordinate farm activities and share information seamlessly with your entire team.", }, { icon: , title: "Crop Protection", description: "Identify potential threats to your crops early and get recommendations for protection.", }, { icon: , title: "Yield Prediction", description: "Use AI-powered models to forecast yields and plan your harvests more effectively.", }, ].map((feature, index) => (
{feature.icon}

{feature.title}

{feature.description}

))}
{/* CTA section */}

Ready to transform your farming?

Join hundreds of farmers who are already using ForFarm to increase yields, reduce costs, and farm more sustainably.

); }