diff --git a/src/app/page.tsx b/src/app/page.tsx index 59f656f..682d4a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,14 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqBase from '@/components/sections/faq/FaqBase'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import { Utensils, Star, MapPin } from "lucide-react"; +import { Star } from "lucide-react"; export default function LandingPage() { return ( @@ -61,6 +60,7 @@ export default function LandingPage() {