diff --git a/src/app/page.tsx b/src/app/page.tsx index 337fd7a..1cdabff 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleC import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Leaf, Award, MapPin, Phone } from "lucide-react"; +import { Award } from "lucide-react"; export default function LandingPage() { return ( @@ -64,6 +64,7 @@ export default function LandingPage() {