diff --git a/src/app/page.tsx b/src/app/page.tsx index a0422bd..52cc168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import { Instagram, Facebook, MapPin, Phone } from "lucide-react"; export default function LandingPage() { @@ -27,65 +26,20 @@ export default function LandingPage() {