Update src/app/page.tsx

This commit is contained in:
2026-04-09 06:40:25 +00:00
parent 638339479f
commit 722856b68c

View File

@@ -6,7 +6,6 @@ import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
import LegalSection from '@/components/legal/LegalSection';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
@@ -100,10 +99,6 @@ export default function LandingPage() {
/>
</div>
<div id="legal" data-section="legal">
<LegalSection layout="default" title="Legal Terms" sections={[]} />
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={false}