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