diff --git a/src/app/page.tsx b/src/app/page.tsx index 12aa25d..53a29ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import PricingCardNine from "@/components/sections/pricing/PricingCardNine"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; @@ -138,7 +138,7 @@ export default function LandingPage() {