diff --git a/src/app/page.tsx b/src/app/page.tsx index 17df3f3..37b28e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,185 +2,104 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Database, Target, Zap } from "lucide-react"; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import { Zap, Database, Target } from "lucide-react"; export default function LandingPage() { return ( - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
);