Update src/app/page.tsx

This commit is contained in:
2026-03-04 16:34:05 +00:00
parent a7bbeedb91
commit 7e40e9dd3c

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>
);
}
}