From 18af90c945074307580515afbd43204180bd1c58 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 27 May 2026 00:44:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 566 ++++++++++++++++++++++++++--------------------- 1 file changed, 308 insertions(+), 258 deletions(-) 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 ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);