diff --git a/src/app/page.tsx b/src/app/page.tsx index 67523ff..8380eb5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import ProductCardFour from '@/components/sections/product/ProductCardFour'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Coffee, MapPin, Mail, Phone } from "lucide-react"; +import { Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -94,8 +94,10 @@ export default function LandingPage() {