3 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
2 changed files with 9 additions and 10 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] }); const inter = Inter({ subsets: ["latin"] });
export const metadata: Metadata = { 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({ export default function RootLayout({
children, children,

View File

@@ -10,7 +10,7 @@ import TestimonialCardThirteen from "@/components/sections/testimonial/Testimoni
import MetricCardTen from "@/components/sections/metrics/MetricCardTen"; import MetricCardTen from "@/components/sections/metrics/MetricCardTen";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; 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() { export default function HomePage() {
const navItems = [ const navItems = [
@@ -142,16 +142,14 @@ export default function HomePage() {
<div id="features" data-section="features" className="w-full py-16"> <div id="features" data-section="features" className="w-full py-16">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ heading={[
{ type: "text", content: "Designed for" }, { type: "text", content: "Purpose-Built for Sericulture Excellence" },
{ type: "text", content: "sericulture farmers," },
{ type: "text", content: "researchers, and students" },
]} ]}
useInvertedBackground={true}
buttons={[ buttons={[
{ text: "Access Dashboard", href: "/dashboard" }, { text: "For Farmers: Early disease detection saves crops", href: "/dashboard" },
{ text: "View Resources", href: "/resources" }, { text: "For Researchers: Data-driven insights accelerate breakthroughs", href: "/resources" },
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
useInvertedBackground={true}
/> />
</div> </div>