From f6c74b71d8fe66e6b34507cc9a71ca91e7a6b35e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 15 May 2026 08:37:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 382 +++++++++++++++-------------------------------- 1 file changed, 117 insertions(+), 265 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 012f624..100ea9e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,286 +2,138 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -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 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 SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Coffee } from "lucide-react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import { Coffee, MapPin, Clock } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -} +} \ No newline at end of file