diff --git a/src/app/page.tsx b/src/app/page.tsx index 32aaf56..ea50441 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,209 +1,88 @@ -"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 FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +'use client'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import SplitAbout from '@/components/sections/about/SplitAbout'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Award, CheckCircle, Home, Layers, Shield, Zap } from "lucide-react"; +import FeatureCardTen from '@/components/sections/feature/FeatureCardTen'; +import SplitAbout from '@/components/sections/about/SplitAbout'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Zap, Shield, Star, CheckCircle } from 'lucide-react'; -export default function LandingPage() { +export default function Page() { + const navItems = [{ name: 'Home', id: '/' }]; return ( - - - - -
- -
- -
- -
- -
- -
- -
-
- -
-
- -
- -
- -
- -
- - -
+ + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); } \ No newline at end of file