diff --git a/src/app/page.tsx b/src/app/page.tsx index 10a6c5d..4b82c3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,6 @@ import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleAp import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -64,6 +63,7 @@ export default function LandingPage() {