Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-05-08 21:06:13 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Solutions",
id: "solutions",
},
name: "Solutions", id: "solutions"},
{
name: "Weather",
id: "weather",
},
name: "Weather", id: "weather"},
{
name: "AI Bot",
id: "chat",
},
name: "AI Bot", id: "chat"},
{
name: "FAQ",
id: "faq",
},
name: "FAQ", id: "faq"},
]}
brandName="FarmWise AI"
/>
@@ -58,32 +50,20 @@ export default function LandingPage() {
description="Get instant crop diagnostics, precision weather alerts, and marketing insights at your fingertips."
buttons={[
{
text: "Get Started",
href: "#chat",
},
text: "Get Started", href: "#chat"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tk17nm"
avatars={[
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmgxio",
alt: "John Doe",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmgxio", alt: "John Doe"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vy2cyy",
alt: "Jane Smith",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vy2cyy", alt: "Jane Smith"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bl0iz",
alt: "Ahmed Raza",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bl0iz", alt: "Ahmed Raza"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnvxpa",
alt: "Carlos Lima",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnvxpa", alt: "Carlos Lima"},
{
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubngt1",
alt: "Maria Rossi",
},
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubngt1", alt: "Maria Rossi"},
]}
avatarText="Trusted by 100k+ Farmers"
/>
@@ -97,20 +77,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Crop Diagnostics",
description: "Identify diseases instantly by uploading photos of your crops.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ceiz8f",
},
title: "Crop Diagnostics", description: "Identify diseases instantly by uploading photos of your crops.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ceiz8f"},
{
title: "Weather Alerts",
description: "Receive real-time notifications about local weather changes.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=398waj",
},
title: "Weather Alerts", description: "Receive real-time notifications about local weather changes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=398waj"},
{
title: "AI Assistant",
description: "Ask anything to our intelligent AI bot specialized for agriculture.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v012hh",
},
title: "AI Assistant", description: "Ask anything to our intelligent AI bot specialized for agriculture.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v012hh"},
]}
title="Smart Farming Solutions"
description="Our suite of tools ensures your farm remains productive and resilient."
@@ -121,28 +92,17 @@ export default function LandingPage() {
<MetricCardOne
textboxLayout="split"
gridVariant="bento-grid"
animationType="slide-up"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "30%",
title: "Yield Growth",
description: "Average growth with our diagnostic tools.",
icon: TrendingUp,
id: "m1", value: "30%", title: "Yield Growth", description: "Average growth with our diagnostic tools.", icon: TrendingUp,
},
{
id: "m2",
value: "24/7",
title: "AI Support",
description: "Immediate access to expert guidance.",
icon: MessageSquare,
id: "m2", value: "24/7", title: "AI Support", description: "Immediate access to expert guidance.", icon: MessageSquare,
},
{
id: "m3",
value: "100k+",
title: "Farmers",
description: "Trusting FarmWise AI globally.",
icon: Users,
id: "m3", value: "100k+", title: "Farmers", description: "Trusting FarmWise AI globally.", icon: Users,
},
]}
title="Driving Results Together"
@@ -155,20 +115,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Chat with Your Fields",
},
type: "text", content: "Chat with Your Fields"},
{
type: "image",
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq46fr",
alt: "AI Bot",
},
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dq46fr", alt: "AI Bot"},
]}
buttons={[
{
text: "Launch Chatbot",
href: "#",
},
text: "Launch Chatbot", href: "#"},
]}
/>
</div>
@@ -180,40 +133,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "John Doe",
role: "Wheat Farmer",
testimonial: "This tool saved my crop from a blight outbreak last season.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmgxio",
},
id: "t1", name: "John Doe", role: "Wheat Farmer", testimonial: "This tool saved my crop from a blight outbreak last season.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tmgxio"},
{
id: "t2",
name: "Jane Smith",
role: "Corn Grower",
testimonial: "The AI bot is like having an expert agronomist in my pocket.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vy2cyy",
},
id: "t2", name: "Jane Smith", role: "Corn Grower", testimonial: "The AI bot is like having an expert agronomist in my pocket.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=vy2cyy"},
{
id: "t3",
name: "Ahmed Raza",
role: "Orchard Owner",
testimonial: "Marketing alerts helped me get the best prices for my produce.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bl0iz",
},
id: "t3", name: "Ahmed Raza", role: "Orchard Owner", testimonial: "Marketing alerts helped me get the best prices for my produce.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4bl0iz"},
{
id: "t4",
name: "Carlos Lima",
role: "Rice Producer",
testimonial: "Easy to use and incredibly accurate data.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnvxpa",
},
id: "t4", name: "Carlos Lima", role: "Rice Producer", testimonial: "Easy to use and incredibly accurate data.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=lnvxpa"},
{
id: "t5",
name: "Maria Rossi",
role: "Vineyard Owner",
testimonial: "The weather warnings are spot-on every time.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubngt1",
},
id: "t5", name: "Maria Rossi", role: "Vineyard Owner", testimonial: "The weather warnings are spot-on every time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ubngt1"},
]}
title="Proven by Farmers"
description="Read success stories from farmers across the world."
@@ -226,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Is the chatbot free?",
content: "We offer a generous free tier for all farmers.",
},
id: "f1", title: "Is the chatbot free?", content: "We offer a generous free tier for all farmers."},
{
id: "f2",
title: "Does it work offline?",
content: "The app provides basic functionality offline and syncs data when connected.",
},
id: "f2", title: "Does it work offline?", content: "The app provides basic functionality offline and syncs data when connected."},
{
id: "f3",
title: "Can it suggest fertilizers?",
content: "Yes, our diagnostic tool suggests fertilizers based on soil health data.",
},
id: "f3", title: "Can it suggest fertilizers?", content: "Yes, our diagnostic tool suggests fertilizers based on soil health data."},
]}
title="Common Questions"
description="Learn how we support your agricultural needs."
@@ -251,8 +170,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Start Your Smart Farm Today"
description="Sign up to receive early access to our new marketing insights feature."
tag="Join Waitlist"
@@ -264,29 +182,19 @@ export default function LandingPage() {
logoText="FarmWise AI"
columns={[
{
title: "Product",
items: [
title: "Product", items: [
{
label: "Diagnostics",
href: "#",
},
label: "Diagnostics", href: "#"},
{
label: "Weather",
href: "#",
},
label: "Weather", href: "#"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "#",
},
label: "About", href: "#"},
{
label: "Support",
href: "#",
},
label: "Support", href: "#"},
],
},
]}