diff --git a/src/app/page.tsx b/src/app/page.tsx index cc0922a..4c5c232 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,282 +1,111 @@ "use client"; - import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import Link from "next/link"; -export default function LandingPage() { +export default function Page() { return ( - - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - -
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); }