From 080740fceaa5014d2940221042fffd4a7cd9cdf4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 08:37:42 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 382 ++++++++++++++++++++++++++++++++--------------- 1 file changed, 265 insertions(+), 117 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 100ea9e..012f624 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,138 +2,286 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import ContactText from '@/components/sections/contact/ContactText'; +import FaqSplitText from '@/components/sections/faq/FaqSplitText'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; +import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; +import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, MapPin, Clock } from "lucide-react"; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import { Coffee } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} \ No newline at end of file +}