diff --git a/src/app/page.tsx b/src/app/page.tsx index 17667ef..97feee2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F import FooterSimple from '@/components/sections/footer/FooterSimple'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import TextAbout from '@/components/sections/about/TextAbout'; -import { Activity, Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, Wrench, MapPin, Phone } from "lucide-react"; +import { Droplets, Leaf, PenTool, Scissors, Settings, ShieldCheck, Star, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -54,7 +53,7 @@ export default function LandingPage() {