From 98977f9c6bb5a343ed57778de0452f5cadd2d850 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 16:10:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 68166b7..a65ba41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; -import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; @@ -118,7 +118,7 @@ export default function LandingPage() {
-