From c95d7b90af94869bd01b374886a72c3951fb2d19 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 04:46:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 465 +++++++++++------------------------------------ 1 file changed, 108 insertions(+), 357 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6577a0e..0a277bf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,14 +4,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterBase from '@/components/sections/footer/FooterBase'; -import HeroCentered from '@/components/sections/hero/HeroCentered'; -import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Award, Leaf, Shield, Sparkles, Waves } from "lucide-react"; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FooterCard from '@/components/sections/footer/FooterCard'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; +import { Shield, Sparkles, Award, Leaf, Waves, Star } from "lucide-react"; export default function LandingPage() { return ( @@ -28,363 +28,114 @@ export default function LandingPage() { headingFontWeight="semibold" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1