diff --git a/src/app/page.tsx b/src/app/page.tsx index 4da101a..1270635 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,201 +2,124 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; -import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);