From dda90e7f1218e8c7699833eb332aa48f402d49d9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 15:31:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 264 +++++++++++++++++------------------------------ 1 file changed, 94 insertions(+), 170 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f017d37..3f51b81 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,16 +2,15 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FaqDouble from '@/components/sections/faq/FaqDouble'; -import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; -import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; -import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; -import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import ProductCardOne from '@/components/sections/product/ProductCardOne'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; export default function LandingPage() { return ( @@ -28,175 +27,100 @@ export default function LandingPage() { headingFontWeight="normal" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
- - +
); -} +} \ No newline at end of file -- 2.49.1