diff --git a/src/app/page.tsx b/src/app/page.tsx index 43ac8b3..ea4e8c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,6 @@ "use client"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextAbout from '@/components/sections/about/TextAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; @@ -36,25 +35,6 @@ export default function LandingPage() { /> -
- -
-
); -} \ No newline at end of file +}