diff --git a/src/app/page.tsx b/src/app/page.tsx index b02a584..9368a0c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; -import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; -import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -28,185 +18,10 @@ export default function LandingPage() { headingFontWeight="extrabold" > - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - +
+

Project Scrapped

+
); -} +} \ No newline at end of file