diff --git a/src/app/page.tsx b/src/app/page.tsx index 85ae0f1..41ce7a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; +import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -116,18 +116,18 @@ export default function LandingPage() {
-
@@ -171,4 +171,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}