diff --git a/src/app/page.tsx b/src/app/page.tsx index 7a17bb2..69509a7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,21 +10,21 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee, Leaf, Star, Sun, Users } from "lucide-react"; +import { Coffee, Leaf, Star, Users } from "lucide-react"; export default function LandingPage() { return (