From c0aeb69045ad9e08e1269ae8e764f8b895411aa3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 2 May 2026 22:45:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 211 ++++++++++++++++++----------------------------- 1 file changed, 78 insertions(+), 133 deletions(-) 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 ( - + -
-
-
-
-
-
-
-
-
-
-
-
- -
- -
-
-- 2.49.1