From 5df144f62b091718a3c562502c5e9cd14c6360d7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:26:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 269 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 209 insertions(+), 60 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b6aa5f..09e7c48 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,11 +3,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; +import { Coffee, Croissant, Wheat } from "lucide-react"; export default function LandingPage() { return ( @@ -24,71 +28,216 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
+ - +
+ +
+ +
+ +
+ +
+ +
+ +
); -} \ No newline at end of file +}