diff --git a/src/app/page.tsx b/src/app/page.tsx index 6afdaf3..7cc93f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import HeroCentered from "@/components/sections/hero/HeroCentered"; import FeatureBento from "@/components/sections/feature/FeatureBento"; import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; +import PricingCardOne from "@/components/sections/pricing/PricingCardOne"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { @@ -165,7 +165,7 @@ export default function LandingPage() {
-