diff --git a/src/app/page.tsx b/src/app/page.tsx index dbe341f..3873204 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,8 +8,7 @@ import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCa import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Heart, MapPin, Phone, Clock } from "lucide-react"; +import { Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -66,6 +65,7 @@ export default function LandingPage() {