diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a96285..edb7511 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import LegalSection from '@/components/legal/LegalSection'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; @@ -28,39 +27,23 @@ export default function LandingPage() {