diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e26825e..52ee6f2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -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({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 427a2e1..e7a8103 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() {
@@ -281,4 +279,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file