diff --git a/src/app/page.tsx b/src/app/page.tsx index 30d2285..f19caa9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { CheckCircle, Droplets, Gauge, Leaf, Palette, Scissors, Wrench, SprayCan, Plant, Drawing, TreeDeciduous, Syringe } from "lucide-react"; +import { CheckCircle, Droplets, Gauge, Leaf, Palette, Scissors, Wrench, SprayCan, Sprout, Layout, TreeDeciduous, Syringe } from "lucide-react"; export default function LandingPage() { return ( @@ -125,10 +125,10 @@ export default function LandingPage() { icon: Palette, text: "Conceptualization"}, { - icon: Plant, + icon: Sprout, text: "Plant Selection"}, { - icon: Drawing, + icon: Layout, text: "Layout & Installation"}, ], reverse: true,