From c506c8711af40afcd5c34e7d37ddd43d0b36d9cd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 21:44:18 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 296 ++++++++++++++++++----------------------------- 1 file changed, 110 insertions(+), 186 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6b52185..8466787 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,205 +2,129 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; -import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; -import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; -import { Globe, Layout, Search, Settings } from "lucide-react"; +import ContactText from '@/components/sections/contact/ContactText'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import { Zap, Shield, Target } from "lucide-react"; export default function LandingPage() { return ( - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
+ +
); -- 2.49.1