diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c3da0a..8259168 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,162 +1,107 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; -import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; -import ProductCardFour from "@/components/sections/product/ProductCardFour"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import ContactCenter from "@/components/sections/contact/ContactCenter"; -import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; -import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import Link from "next/link"; + +export default function Page() { + const navItems = [ + { name: "Home", id: "/" } + ]; -export default function LandingPage() { return ( - + -
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-