diff --git a/src/app/page.tsx b/src/app/page.tsx index 3087930..c42bb0e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,413 +1,98 @@ -"use client"; - +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; +import Link from "next/link"; -export default function LandingPage() { +export default function Page() { + const navItems = [{ name: "Home", id: "/" }]; return ( - - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); -} +} \ No newline at end of file