From 82219a0630c5afbdd2af06dc394c005b88e77eb5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 22:27:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 ++++++++++++++++++++++++++++++++++++------------ 1 file changed, 63 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a9429e..84b3784 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; -import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -13,6 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import { Scissors } from "lucide-react"; export default function LandingPage() { @@ -134,34 +134,77 @@ export default function LandingPage() {
-
-- 2.49.1