From 5a14aac5175a5852fb0fdeba8958b850c63bc880 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 07:12:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 ++++++++++++++++++++--------------------------- 1 file changed, 110 insertions(+), 148 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f62084c..2391423 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,13 +3,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; -import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; +import FeatureCardTwentyNine from '@/components/sections/feature/FeatureCardTwentyNine/FeatureCardTwentyNine'; +import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix/FeatureCardTwentySix'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis/FooterLogoEmphasis'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay/HeroOverlay'; +import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne/TestimonialCardOne'; import { Zap, Leaf, ChefHat } from 'lucide-react'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; export default function LandingPage() { return ( @@ -26,154 +26,116 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1