diff --git a/src/app/page.tsx b/src/app/page.tsx index cd8a787..1861056 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,422 +1,169 @@ -"use client"; +'use client'; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, BarChart, CheckCircle, Code2, Globe, Instagram, Shield, TrendingUp, Twitter, Users, Zap } from "lucide-react"; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import { Award, CheckCircle, Users, TrendingUp, Zap, Shield, Globe, Code2, BarChart, Twitter, Instagram } from 'lucide-react'; -export default function LandingPage() { +const navItems = [{ name: 'Home', id: '/' }]; + +export default function Page() { return ( - - - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- -
+
); -} +} \ No newline at end of file