Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 06:40:31 +00:00

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}