From 191aa3e81cc21e731eb3db25c1ca82b7ba67a237 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 13:21:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 255 ++++++++++++++++++++++------------------------- 1 file changed, 117 insertions(+), 138 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f6d682..140e554 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,15 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; -import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; +import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import { Box, Instagram, Layers, Twitter, Zap } from "lucide-react"; export default function LandingPage() { @@ -28,144 +28,123 @@ export default function LandingPage() { headingFontWeight="medium" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
); -- 2.49.1