From 21f4d724f5a0b9e1e33a90eb73e188ea96d8b69a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 06:43:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 197 ++++++----------------------------------------- 1 file changed, 23 insertions(+), 174 deletions(-) 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() {
- -
@@ -219,45 +100,13 @@ export default function LandingPage() {
); -} +} \ No newline at end of file