From cc3f50226c58f694bc5f3bfca1c5b8bdac5d155d Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 17:45:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 278 +++++++++++++++++++++-------------------------- 1 file changed, 125 insertions(+), 153 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6665016..33b32d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,172 +2,144 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplit from '@/components/sections/contact/ContactSplit'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; -import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { Feather, Heart, Leaf, Star } from "lucide-react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import HeroLogoBillboard from "@/components/sections/hero/HeroLogoBillboard"; +import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; +import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; +import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; +import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; +import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; +import { Heart, Leaf, Feather, Star } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);