From 90e8942914c1cccbf42f2748921d4e405d6a43f3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 11:25:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 121 +++++++++++++++++++++++------------------------ 1 file changed, 59 insertions(+), 62 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20f55eb..9b6aa5f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,11 @@ 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, MapPin, Phone } from "lucide-react"; export default function LandingPage() { return ( @@ -28,69 +24,70 @@ export default function LandingPage() { headingFontWeight="bold" > - + -
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
- +
);