diff --git a/src/app/page.tsx b/src/app/page.tsx index 2502f6d..60e1749 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,278 +2,328 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactText from '@/components/sections/contact/ContactText'; -import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; +import ContactText from "@/components/sections/contact/ContactText"; +import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; +import InlineImageSplitTextAbout from "@/components/sections/about/InlineImageSplitTextAbout"; +import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; +import ProductCardFour from "@/components/sections/product/ProductCardFour"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);