From 87870bf6c12f0486e1473d62799e677121fc27c4 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 02:35:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 210 ++--------------------------------------------- 1 file changed, 9 insertions(+), 201 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 99cfcf9..ac468d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,17 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBento from '@/components/sections/feature/FeatureBento'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Clock, FileText, Shield, Star, Upload, Zap } from "lucide-react"; +import { FileUp } from "lucide-react"; export default function LandingPage() { return ( @@ -31,15 +23,8 @@ export default function LandingPage() { @@ -47,197 +32,20 @@ export default function LandingPage() { - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
); -} +} \ No newline at end of file -- 2.49.1