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