From 009544f767754cf2328a34d0451f2a3e708eb584 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:43:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 377 +++++------------------------------------------ 1 file changed, 40 insertions(+), 337 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0e2716d..295788f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,346 +1,49 @@ -"use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; -export default function LandingPage() { +const navItems = [{ name: "Home", id: "/" }]; + +export default function Page() { return ( - - - - -
- -
- -
-
- -
- -
- -
- -
- -
- -
- -
-
- -
- -
- -
- -
- - -
+ + +
+ +
+
+
+
+ +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
); -} +} \ No newline at end of file -- 2.49.1