Merge version_1 into main #2
@@ -18,9 +18,7 @@ export default function ContactPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started",
|
||||
href: "/dashboard",
|
||||
};
|
||||
text: "Get Started", href: "/dashboard"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -55,7 +53,7 @@ export default function ContactPage() {
|
||||
{ text: "Schedule Call", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -69,41 +67,23 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are the subscription plans?",
|
||||
content:
|
||||
"We offer flexible subscription options tailored for individual farmers, agricultural cooperatives, and research institutions. Plans include unlimited image uploads, access to disease library, decision support, and priority email support. Contact our sales team for custom enterprise pricing.",
|
||||
},
|
||||
id: "1", title: "What are the subscription plans?", content:
|
||||
"We offer flexible subscription options tailored for individual farmers, agricultural cooperatives, and research institutions. Plans include unlimited image uploads, access to disease library, decision support, and priority email support. Contact our sales team for custom enterprise pricing."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do I get started with SilkGuard?",
|
||||
content:
|
||||
"Getting started is simple: 1) Sign up for a free trial account, 2) Download the mobile app or access the web dashboard, 3) Take your first silkworm photos, 4) Get instant disease predictions and recommendations. Our onboarding team can provide training if needed.",
|
||||
},
|
||||
id: "2", title: "How do I get started with SilkGuard?", content:
|
||||
"Getting started is simple: 1) Sign up for a free trial account, 2) Download the mobile app or access the web dashboard, 3) Take your first silkworm photos, 4) Get instant disease predictions and recommendations. Our onboarding team can provide training if needed."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is technical support available?",
|
||||
content:
|
||||
"Yes! We provide email support for all plans and phone support for premium subscribers. Our team responds to inquiries within 24 hours. We also offer video tutorials, documentation, and a community forum where farmers share best practices.",
|
||||
},
|
||||
id: "3", title: "Is technical support available?", content:
|
||||
"Yes! We provide email support for all plans and phone support for premium subscribers. Our team responds to inquiries within 24 hours. We also offer video tutorials, documentation, and a community forum where farmers share best practices."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I export my data?",
|
||||
content:
|
||||
"Absolutely. Your data belongs to you. You can export analysis history, recommendations, and reports in CSV and PDF formats. This is useful for record-keeping, insurance claims, and yield tracking across seasons.",
|
||||
},
|
||||
id: "4", title: "Can I export my data?", content:
|
||||
"Absolutely. Your data belongs to you. You can export analysis history, recommendations, and reports in CSV and PDF formats. This is useful for record-keeping, insurance claims, and yield tracking across seasons."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Is the app available offline?",
|
||||
content:
|
||||
"The SilkGuard mobile app allows you to capture photos offline. Analysis occurs once you're reconnected to the internet. For completely offline operation, we offer an on-premises solution for large farming operations. Contact our enterprise team for details.",
|
||||
},
|
||||
id: "5", title: "Is the app available offline?", content:
|
||||
"The SilkGuard mobile app allows you to capture photos offline. Analysis occurs once you're reconnected to the internet. For completely offline operation, we offer an on-premises solution for large farming operations. Contact our enterprise team for details."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How accurate is the disease detection?",
|
||||
content:
|
||||
"Our ML models achieve 94.7% accuracy on silkworm disease classification based on extensive field trials. However, we always recommend confirming critical diagnoses with a local agricultural expert. The system is designed to assist decision-making, not replace professional expertise.",
|
||||
},
|
||||
id: "6", title: "How accurate is the disease detection?", content:
|
||||
"Our ML models achieve 94.7% accuracy on silkworm disease classification based on extensive field trials. However, we always recommend confirming critical diagnoses with a local agricultural expert. The system is designed to assist decision-making, not replace professional expertise."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -115,8 +95,7 @@ export default function ContactPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/dashboard" },
|
||||
{ label: "Pricing", href: "/dashboard" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -124,8 +103,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Disease Library", href: "/resources" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -133,8 +111,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
@@ -18,9 +18,7 @@ export default function DashboardPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started",
|
||||
href: "/dashboard",
|
||||
};
|
||||
text: "Get Started", href: "/dashboard"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function DashboardPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -49,7 +47,7 @@ export default function DashboardPage() {
|
||||
description="Upload silkworm images for real-time AI analysis. Get instant disease predictions, confidence scores, and actionable treatment recommendations."
|
||||
tag="Live Analysis"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Upload Image", href: "/dashboard" },
|
||||
{ text: "View History", href: "/dashboard" },
|
||||
@@ -58,34 +56,22 @@ export default function DashboardPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png?_wi=3",
|
||||
imageAlt: "Image upload interface",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png", imageAlt: "Image upload interface"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png?_wi=3",
|
||||
imageAlt: "Results dashboard with disease classification",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png", imageAlt: "Results dashboard with disease classification"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png?_wi=3",
|
||||
imageAlt: "Decision support recommendations",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png", imageAlt: "Decision support recommendations"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png?_wi=3",
|
||||
imageAlt: "Prevention strategies",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png", imageAlt: "Prevention strategies"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png?_wi=2",
|
||||
imageAlt: "Healthy silkworms reference",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png", imageAlt: "Healthy silkworms reference"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-farmer-using-a-smartphone-to-capture-a-1772641384877-2651ce01.png?_wi=2",
|
||||
imageAlt: "Field monitoring in action",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-farmer-using-a-smartphone-to-capture-a-1772641384877-2651ce01.png", imageAlt: "Field monitoring in action"},
|
||||
]}
|
||||
ariaLabel="Disease detection dashboard hero section"
|
||||
/>
|
||||
@@ -101,45 +87,33 @@ export default function DashboardPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real-Time Image Upload",
|
||||
description:
|
||||
"Capture and upload silkworm images directly from your smartphone or upload batch photos for analysis. Supports multiple image formats and sizes.",
|
||||
phoneOne: {
|
||||
title: "Real-Time Image Upload", description:
|
||||
"Capture and upload silkworm images directly from your smartphone or upload batch photos for analysis. Supports multiple image formats and sizes.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png?_wi=4",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png?_wi=5",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Disease Classification",
|
||||
description:
|
||||
"Instant ML-powered analysis identifying Pebrine, Grasserie, Flacherie, Muscardine, or healthy status with confidence percentages.",
|
||||
phoneOne: {
|
||||
title: "Disease Classification", description:
|
||||
"Instant ML-powered analysis identifying Pebrine, Grasserie, Flacherie, Muscardine, or healthy status with confidence percentages.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png?_wi=4",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png?_wi=5",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Personalized Recommendations",
|
||||
description:
|
||||
"Receive treatment protocols, environmental adjustments, and prevention measures tailored to detected conditions. Export reports for farm records.",
|
||||
phoneOne: {
|
||||
title: "Personalized Recommendations", description:
|
||||
"Receive treatment protocols, environmental adjustments, and prevention measures tailored to detected conditions. Export reports for farm records.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png?_wi=4",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png?_wi=5",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -154,8 +128,7 @@ export default function DashboardPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/dashboard" },
|
||||
{ label: "Pricing", href: "/dashboard" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -163,8 +136,7 @@ export default function DashboardPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Disease Library", href: "/resources" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -172,8 +144,7 @@ export default function DashboardPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
205
src/app/page.tsx
205
src/app/page.tsx
@@ -22,9 +22,7 @@ export default function HomePage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started",
|
||||
href: "/dashboard",
|
||||
};
|
||||
text: "Get Started", href: "/dashboard"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -33,7 +31,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -54,7 +52,7 @@ export default function HomePage() {
|
||||
tag="Agricultural Innovation"
|
||||
tagIcon={Leaf}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "Start Monitoring", href: "/dashboard" },
|
||||
{ text: "Learn More", href: "/dashboard" },
|
||||
@@ -63,34 +61,22 @@ export default function HomePage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png?_wi=1",
|
||||
imageAlt: "Healthy silkworms on mulberry leaves",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png", imageAlt: "Healthy silkworms on mulberry leaves"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-farmer-using-a-smartphone-to-capture-a-1772641384877-2651ce01.png?_wi=1",
|
||||
imageAlt: "Farmer using smartphone for disease detection",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-farmer-using-a-smartphone-to-capture-a-1772641384877-2651ce01.png", imageAlt: "Farmer using smartphone for disease detection"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-close-up-of-a-silkworm-displaying-earl-1772641384362-24a66ad2.png?_wi=1",
|
||||
imageAlt: "Close-up of diseased silkworm",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-close-up-of-a-silkworm-displaying-earl-1772641384362-24a66ad2.png", imageAlt: "Close-up of diseased silkworm"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-laboratory-setup-showing-ml-ai-technol-1772641384429-410f9fd9.png?_wi=1",
|
||||
imageAlt: "ML dashboard with health metrics",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-laboratory-setup-showing-ml-ai-technol-1772641384429-410f9fd9.png", imageAlt: "ML dashboard with health metrics"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-sericulture-farmer-working-in-a-tradit-1772641384848-758d4848.png?_wi=1",
|
||||
imageAlt: "Sericulture farming facility",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-sericulture-farmer-working-in-a-tradit-1772641384848-758d4848.png", imageAlt: "Sericulture farming facility"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-vibrant-scene-showing-silkworms-progre-1772641384778-a8f075e0.png?_wi=1",
|
||||
imageAlt: "Silkworm lifecycle progression",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-vibrant-scene-showing-silkworms-progre-1772641384778-a8f075e0.png", imageAlt: "Silkworm lifecycle progression"},
|
||||
]}
|
||||
ariaLabel="Hero section showcasing silkworm health monitoring platform"
|
||||
/>
|
||||
@@ -106,59 +92,43 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Image Acquisition",
|
||||
description:
|
||||
"Capture high-resolution images of your silkworms using any smartphone camera. Our system accepts images from the field, processing facility, or laboratory.",
|
||||
phoneOne: {
|
||||
title: "Image Acquisition", description:
|
||||
"Capture high-resolution images of your silkworms using any smartphone camera. Our system accepts images from the field, processing facility, or laboratory.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-modern-mobile-application-interface-sh-1772641384177-b5450a14.png"},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Intelligent Analysis",
|
||||
description:
|
||||
"Our AI models preprocess and extract visual features from the images, analyzing morphology, coloration, and texture patterns to identify disease indicators.",
|
||||
phoneOne: {
|
||||
title: "Intelligent Analysis", description:
|
||||
"Our AI models preprocess and extract visual features from the images, analyzing morphology, coloration, and texture patterns to identify disease indicators.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-results-dashboard-displaying-disease-c-1772641384375-c60bf8df.png"},
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Disease Classification",
|
||||
description:
|
||||
"Advanced ML classifiers identify common silkworm diseases: Pebrine (protozoan), Grasserie (viral), Flacherie (bacterial), and Muscardine (fungal) with high confidence scores.",
|
||||
phoneOne: {
|
||||
title: "Disease Classification", description:
|
||||
"Advanced ML classifiers identify common silkworm diseases: Pebrine (protozoan), Grasserie (viral), Flacherie (bacterial), and Muscardine (fungal) with high confidence scores.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-decision-support-system-interface-show-1772641384587-7fae876c.png"},
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Actionable Recommendations",
|
||||
description:
|
||||
"Receive instant treatment recommendations, environmental controls (temperature, humidity adjustments), and preventive measures tailored to the diagnosis.",
|
||||
phoneOne: {
|
||||
title: "Actionable Recommendations", description:
|
||||
"Receive instant treatment recommendations, environmental controls (temperature, humidity adjustments), and preventive measures tailored to the diagnosis.", phoneOne: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png?_wi=1",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png"},
|
||||
phoneTwo: {
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png?_wi=2",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png"},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -194,71 +164,35 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ramesh Kumar",
|
||||
handle: "@ramesh_silkfarm",
|
||||
testimonial:
|
||||
"SilkGuard transformed our disease management approach. Early detection of Pebrine in our facility prevented what could have been a catastrophic loss. The confidence scores and recommendations are incredibly accurate.",
|
||||
rating: 5,
|
||||
id: "1", name: "Ramesh Kumar", handle: "@ramesh_silkfarm", testimonial:
|
||||
"SilkGuard transformed our disease management approach. Early detection of Pebrine in our facility prevented what could have been a catastrophic loss. The confidence scores and recommendations are incredibly accurate.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-rural-sericul-1772641384957-dd8751e5.png?_wi=1",
|
||||
imageAlt: "Ramesh Kumar, sericulture farmer",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-rural-sericul-1772641384957-dd8751e5.png", imageAlt: "Ramesh Kumar, sericulture farmer"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dr. Priya Sharma",
|
||||
handle: "@drsharma_research",
|
||||
testimonial:
|
||||
"As a researcher, I'm impressed by the ML accuracy and the multimodal approach. The platform provides actionable insights that bridge the gap between laboratory research and field practice. Highly recommended for agricultural research.",
|
||||
rating: 5,
|
||||
id: "2", name: "Dr. Priya Sharma", handle: "@drsharma_research", testimonial:
|
||||
"As a researcher, I'm impressed by the ML accuracy and the multimodal approach. The platform provides actionable insights that bridge the gap between laboratory research and field practice. Highly recommended for agricultural research.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-agricultural-1772641384652-f924493e.png?_wi=1",
|
||||
imageAlt: "Dr. Priya Sharma, agricultural researcher",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-agricultural-1772641384652-f924493e.png", imageAlt: "Dr. Priya Sharma, agricultural researcher"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anjali Patel",
|
||||
handle: "@anjali_agritec",
|
||||
testimonial:
|
||||
"The user interface is so intuitive that even our farm workers with limited tech experience can use it effectively. The decision support system has saved us thousands in crop losses by enabling quick intervention.",
|
||||
rating: 5,
|
||||
id: "3", name: "Anjali Patel", handle: "@anjali_agritec", testimonial:
|
||||
"The user interface is so intuitive that even our farm workers with limited tech experience can use it effectively. The decision support system has saved us thousands in crop losses by enabling quick intervention.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-young-sericul-1772641384528-2dee22fe.png",
|
||||
imageAlt: "Anjali Patel, agricultural entrepreneur",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-young-sericul-1772641384528-2dee22fe.png", imageAlt: "Anjali Patel, agricultural entrepreneur"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Professor Vikram Singh",
|
||||
handle: "@prof_vikram_edu",
|
||||
testimonial:
|
||||
"We've integrated SilkGuard into our agriculture curriculum. Students love learning with real-world AI applications. It's an excellent tool for demonstrating how technology can solve actual farming challenges.",
|
||||
rating: 5,
|
||||
id: "4", name: "Professor Vikram Singh", handle: "@prof_vikram_edu", testimonial:
|
||||
"We've integrated SilkGuard into our agriculture curriculum. Students love learning with real-world AI applications. It's an excellent tool for demonstrating how technology can solve actual farming challenges.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-experienced--1772641384753-eb2dae6e.png",
|
||||
imageAlt: "Professor Vikram Singh, agricultural educator",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-experienced--1772641384753-eb2dae6e.png", imageAlt: "Professor Vikram Singh, agricultural educator"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Deepak Nair",
|
||||
handle: "@deepak_cocoon",
|
||||
testimonial:
|
||||
"Our cocoon yield increased by 23% in the first season using SilkGuard. The early disease detection capability has been a game-changer for our operation. Definitely worth the investment.",
|
||||
rating: 5,
|
||||
id: "5", name: "Deepak Nair", handle: "@deepak_cocoon", testimonial:
|
||||
"Our cocoon yield increased by 23% in the first season using SilkGuard. The early disease detection capability has been a game-changer for our operation. Definitely worth the investment.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-rural-sericul-1772641384957-dd8751e5.png?_wi=2",
|
||||
imageAlt: "Deepak Nair, silk production manager",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-a-rural-sericul-1772641384957-dd8751e5.png", imageAlt: "Deepak Nair, silk production manager"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Meera Desai",
|
||||
handle: "@meera_organic_silk",
|
||||
testimonial:
|
||||
"Perfect for organic sericulture operations like ours. The platform helps us maintain healthy silkworm populations without relying on chemical interventions. The environmental recommendations align perfectly with organic practices.",
|
||||
rating: 5,
|
||||
id: "6", name: "Meera Desai", handle: "@meera_organic_silk", testimonial:
|
||||
"Perfect for organic sericulture operations like ours. The platform helps us maintain healthy silkworm populations without relying on chemical interventions. The environmental recommendations align perfectly with organic practices.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-agricultural-1772641384652-f924493e.png?_wi=2",
|
||||
imageAlt: "Meera Desai, organic silk farmer",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-portrait-photograph-of-an-agricultural-1772641384652-f924493e.png", imageAlt: "Meera Desai, organic silk farmer"},
|
||||
]}
|
||||
showRating={true}
|
||||
carouselMode="buttons"
|
||||
@@ -278,47 +212,17 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Disease Detection Accuracy",
|
||||
subtitle: "Real-time image classification",
|
||||
category: "ML Performance",
|
||||
value: "94.7%",
|
||||
},
|
||||
id: "1", title: "Disease Detection Accuracy", subtitle: "Real-time image classification", category: "ML Performance", value: "94.7%"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Average Yield Improvement",
|
||||
subtitle: "First season results",
|
||||
category: "Productivity",
|
||||
value: "+23%",
|
||||
},
|
||||
id: "2", title: "Average Yield Improvement", subtitle: "First season results", category: "Productivity", value: "+23%"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Early Detection Rate",
|
||||
subtitle: "Days before visual symptoms",
|
||||
category: "Prevention",
|
||||
value: "3-5 days",
|
||||
},
|
||||
id: "3", title: "Early Detection Rate", subtitle: "Days before visual symptoms", category: "Prevention", value: "3-5 days"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Cost Savings Per Cycle",
|
||||
subtitle: "Reduced disease losses",
|
||||
category: "Economics",
|
||||
value: "₹15K-25K",
|
||||
},
|
||||
id: "4", title: "Cost Savings Per Cycle", subtitle: "Reduced disease losses", category: "Economics", value: "₹15K-25K"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Farmers Benefited",
|
||||
subtitle: "Across multiple regions",
|
||||
category: "Adoption",
|
||||
value: "2,000+",
|
||||
},
|
||||
id: "5", title: "Farmers Benefited", subtitle: "Across multiple regions", category: "Adoption", value: "2,000+"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Disease Outbreaks Prevented",
|
||||
subtitle: "Through early intervention",
|
||||
category: "Impact",
|
||||
value: "1,847",
|
||||
},
|
||||
id: "6", title: "Disease Outbreaks Prevented", subtitle: "Through early intervention", category: "Impact", value: "1,847"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -339,7 +243,7 @@ export default function HomePage() {
|
||||
{ text: "Start Free Trial", href: "/dashboard" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -348,8 +252,7 @@ export default function HomePage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/dashboard" },
|
||||
{ label: "Pricing", href: "/dashboard" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -357,8 +260,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Disease Library", href: "/resources" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -366,8 +268,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
@@ -18,9 +18,7 @@ export default function ResourcesPage() {
|
||||
];
|
||||
|
||||
const navButton = {
|
||||
text: "Get Started",
|
||||
href: "/dashboard",
|
||||
};
|
||||
text: "Get Started", href: "/dashboard"};
|
||||
|
||||
return (
|
||||
<ThemeProvider
|
||||
@@ -29,7 +27,7 @@ export default function ResourcesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -50,7 +48,7 @@ export default function ResourcesPage() {
|
||||
tag="Knowledge Base"
|
||||
tagIcon={BookOpen}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "animated-grid" }}
|
||||
buttons={[
|
||||
{ text: "View FAQ", href: "/resources" },
|
||||
{ text: "Back to Home", href: "/" },
|
||||
@@ -59,34 +57,22 @@ export default function ResourcesPage() {
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png?_wi=3",
|
||||
imageAlt: "Healthy silkworms reference",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png", imageAlt: "Healthy silkworms reference"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-close-up-of-a-silkworm-displaying-earl-1772641384362-24a66ad2.png?_wi=2",
|
||||
imageAlt: "Disease symptoms illustration",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-close-up-of-a-silkworm-displaying-earl-1772641384362-24a66ad2.png", imageAlt: "Disease symptoms illustration"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png?_wi=4",
|
||||
imageAlt: "Prevention strategies guide",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/an-educational-infographic-showing-silkw-1772641384449-5f272fa0.png", imageAlt: "Prevention strategies guide"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-vibrant-scene-showing-silkworms-progre-1772641384778-a8f075e0.png?_wi=2",
|
||||
imageAlt: "Silkworm lifecycle",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-vibrant-scene-showing-silkworms-progre-1772641384778-a8f075e0.png", imageAlt: "Silkworm lifecycle"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-sericulture-farmer-working-in-a-tradit-1772641384848-758d4848.png?_wi=2",
|
||||
imageAlt: "Farming best practices",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-sericulture-farmer-working-in-a-tradit-1772641384848-758d4848.png", imageAlt: "Farming best practices"},
|
||||
{
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-laboratory-setup-showing-ml-ai-technol-1772641384429-410f9fd9.png?_wi=2",
|
||||
imageAlt: "Research and analysis",
|
||||
},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-laboratory-setup-showing-ml-ai-technol-1772641384429-410f9fd9.png", imageAlt: "Research and analysis"},
|
||||
]}
|
||||
ariaLabel="Disease library and educational resources"
|
||||
/>
|
||||
@@ -101,41 +87,23 @@ export default function ResourcesPage() {
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is Pebrine Disease?",
|
||||
content:
|
||||
"Pebrine is a protozoan disease caused by Nosema bombycis. Infected silkworms show reduced size, abnormal coloration, and the characteristic 'peppered' appearance. Transmission occurs through contaminated eggs and feces. Early detection through image analysis allows for immediate quarantine and sanitation protocols to prevent spread across your facility.",
|
||||
},
|
||||
id: "1", title: "What is Pebrine Disease?", content:
|
||||
"Pebrine is a protozoan disease caused by Nosema bombycis. Infected silkworms show reduced size, abnormal coloration, and the characteristic 'peppered' appearance. Transmission occurs through contaminated eggs and feces. Early detection through image analysis allows for immediate quarantine and sanitation protocols to prevent spread across your facility."},
|
||||
{
|
||||
id: "2",
|
||||
title: "How to Identify Grasserie?",
|
||||
content:
|
||||
"Grasserie is a viral disease characterized by swollen, translucent silkworms that become brittle and may leak fluid. The disease progresses rapidly. Using our platform, distinctive visual markers allow early identification before the disease spreads. Infected silkworms should be isolated immediately and proper sanitation measures implemented.",
|
||||
},
|
||||
id: "2", title: "How to Identify Grasserie?", content:
|
||||
"Grasserie is a viral disease characterized by swollen, translucent silkworms that become brittle and may leak fluid. The disease progresses rapidly. Using our platform, distinctive visual markers allow early identification before the disease spreads. Infected silkworms should be isolated immediately and proper sanitation measures implemented."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Understanding Flacherie",
|
||||
content:
|
||||
"Flacherie, a bacterial disease, causes silkworms to become limp, motionless, and typically die before entering the spinning stage. Detection of early symptoms through image analysis enables preventive measures including environmental adjustment (temperature/humidity control) and feed quality improvement to minimize outbreak severity.",
|
||||
},
|
||||
id: "3", title: "Understanding Flacherie", content:
|
||||
"Flacherie, a bacterial disease, causes silkworms to become limp, motionless, and typically die before entering the spinning stage. Detection of early symptoms through image analysis enables preventive measures including environmental adjustment (temperature/humidity control) and feed quality improvement to minimize outbreak severity."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Muscardine Disease Prevention",
|
||||
content:
|
||||
"Muscardine is a fungal disease where silkworms develop white or colored fuzzy growth on their bodies. Prevention is key: maintain optimal humidity levels (65-75%), ensure proper ventilation, and remove dead or diseased silkworms immediately. Our system helps identify initial symptoms before massive crop loss occurs.",
|
||||
},
|
||||
id: "4", title: "Muscardine Disease Prevention", content:
|
||||
"Muscardine is a fungal disease where silkworms develop white or colored fuzzy growth on their bodies. Prevention is key: maintain optimal humidity levels (65-75%), ensure proper ventilation, and remove dead or diseased silkworms immediately. Our system helps identify initial symptoms before massive crop loss occurs."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Best Environmental Conditions",
|
||||
content:
|
||||
"Optimal silkworm rearing conditions include temperature maintenance at 24-28°C, humidity at 65-75%, and 12 hours of light daily. Proper mulberry leaf quality, hygiene protocols, and regular facility inspection are essential. Our decision support system recommends specific environmental adjustments based on detected health conditions.",
|
||||
},
|
||||
id: "5", title: "Best Environmental Conditions", content:
|
||||
"Optimal silkworm rearing conditions include temperature maintenance at 24-28°C, humidity at 65-75%, and 12 hours of light daily. Proper mulberry leaf quality, hygiene protocols, and regular facility inspection are essential. Our decision support system recommends specific environmental adjustments based on detected health conditions."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How Often Should I Monitor?",
|
||||
content:
|
||||
"Daily monitoring during active rearing stages (days 3-20) is recommended. Use our image upload feature to capture silkworm samples once daily or when you notice behavioral changes. Early detection dramatically increases intervention success rates and protects your entire batch from potential disease spread.",
|
||||
},
|
||||
id: "6", title: "How Often Should I Monitor?", content:
|
||||
"Daily monitoring during active rearing stages (days 3-20) is recommended. Use our image upload feature to capture silkworm samples once daily or when you notice behavioral changes. Early detection dramatically increases intervention success rates and protects your entire batch from potential disease spread."},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
@@ -147,8 +115,7 @@ export default function ResourcesPage() {
|
||||
<FooterBaseReveal
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/dashboard" },
|
||||
{ label: "Pricing", href: "/dashboard" },
|
||||
{ label: "Dashboard", href: "/dashboard" },
|
||||
@@ -156,8 +123,7 @@ export default function ResourcesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{ label: "Disease Library", href: "/resources" },
|
||||
{ label: "How It Works", href: "/" },
|
||||
{ label: "Blog", href: "#" },
|
||||
@@ -165,8 +131,7 @@ export default function ResourcesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
{ label: "Careers", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user