8 Commits

Author SHA1 Message Date
7e40e9dd3c Update src/app/page.tsx 2026-03-04 16:34:05 +00:00
a7bbeedb91 Update src/app/layout.tsx 2026-03-04 16:34:04 +00:00
2604f3039a Merge version_2 into main
Merge version_2 into main
2026-03-04 16:29:37 +00:00
e013f37fd4 Update src/app/page.tsx 2026-03-04 16:29:32 +00:00
fd5f6dadaf Update src/app/layout.tsx 2026-03-04 16:29:31 +00:00
f4c7635e59 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:27:49 +00:00
a8163d0307 Merge version_1 into main
Merge version_1 into main
2026-03-04 16:26:43 +00:00
5cf601aa8b Merge version_1 into main
Merge version_1 into main
2026-03-04 16:24:33 +00:00
2 changed files with 12 additions and 58 deletions

View File

@@ -1,64 +1,21 @@
import type { Metadata } from "next";
import { Mulish } from "next/font/google";
import { Inter } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const mulish = Mulish({
variable: "--font-mulish",
subsets: ["latin"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
title: "SilkGuard - AI Disease Prediction for Sericulture",
description: "Transform silkworm health monitoring with multimodal ML. Early detection of Pebrine, Grasserie, Flacherie, Muscardine diseases.",
keywords: "silkworm disease detection, sericulture AI, machine learning agriculture, cocoon yield",
robots: {
index: true,
follow: true,
},
openGraph: {
title: "SilkGuard - AI-Powered Silkworm Health Monitoring",
description: "Revolutionizing sericulture with intelligent disease prediction and early detection technology.",
type: "website",
siteName: "SilkGuard",
images: [
{
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png",
alt: "Healthy silkworms on mulberry leaves",
},
],
},
twitter: {
card: "summary_large_image",
title: "SilkGuard - AI Disease Detection for Silkworms",
description: "Early disease prediction platform transforming sericulture management.",
images: [
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AUJbbcH3faLiIhnFA32guEjgga/a-high-quality-macro-photograph-of-healt-1772641384500-ba534078.png",
],
},
title: "SilkGuard - AI-Powered Silkworm Health Monitoring", description: "Transform sericulture disease management with real-time ML-powered predictions. Detect diseases early and maximize cocoon yield."
};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${mulish.variable} ${inter.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1426,7 +1383,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
import { Leaf, Zap, Award, TrendingUp, Mail } from "lucide-react";
import { Leaf, Zap, Award, TrendingUp, Mail, Target, Users, TrendingUpIcon, Sprout } from "lucide-react";
export default function HomePage() {
const navItems = [
@@ -142,16 +142,14 @@ export default function HomePage() {
<div id="features" data-section="features" className="w-full py-16">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "Designed for" },
{ type: "text", content: "sericulture farmers," },
{ type: "text", content: "researchers, and students" },
{ type: "text", content: "Purpose-Built for Sericulture Excellence" },
]}
useInvertedBackground={true}
buttons={[
{ text: "Access Dashboard", href: "/dashboard" },
{ text: "View Resources", href: "/resources" },
{ text: "For Farmers: Early disease detection saves crops", href: "/dashboard" },
{ text: "For Researchers: Data-driven insights accelerate breakthroughs", href: "/resources" },
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
/>
</div>
@@ -237,7 +235,7 @@ export default function HomePage() {
tagIcon={Mail}
tagAnimation="slide-up"
title="Ready to Revolutionize Your Silk Production?"
description="Join thousands of sericulture farmers who are already transforming their disease management practices with intelligent, data-driven insights. Our team is ready to help you integrate SilkGuard into your farming operations."
description="Don't miss the early season monitoring window—the critical period for disease detection that determines your entire crop's health and yield. Limited demo slots available this month. Join thousands of sericulture farmers already transforming their disease management practices with intelligent, data-driven insights. Our team is ready to help you integrate SilkGuard into your farming operations before peak season arrives."
buttons={[
{ text: "Schedule Demo", href: "/contact" },
{ text: "Start Free Trial", href: "/dashboard" },