Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7e40e9dd3c | |||
| a7bbeedb91 | |||
| 2604f3039a |
@@ -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,
|
||||||
@@ -1384,4 +1385,4 @@ export default function RootLayout({
|
|||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -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>
|
||||||
|
|
||||||
@@ -281,4 +279,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user