Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-04 16:34:09 +00:00
2 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = {
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."};
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,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</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>
@@ -281,4 +279,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}