diff --git a/src/app/page.tsx b/src/app/page.tsx index 830fbab..7597349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardDashboard from '@/components/sections/hero/HeroBillboardDashboard'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactFaq from '@/components/sections/contact/ContactFaq'; @@ -155,7 +155,7 @@ export default function LandingPage() {