diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index b137e7fa..b72b1523 100644 --- a/src/pages/Home/LandingPage.jsx +++ b/src/pages/Home/LandingPage.jsx @@ -6,7 +6,7 @@ import DashboardImage from "/img/hero/bg-01.jpg"; import { Swiper, SwiperSlide } from "swiper/react"; import { EffectFlip, Autoplay, Pagination, Navigation } from "swiper/modules"; import SwaperSlideImages from "./SwaperSlideImages"; -import FeatureCard from "./FEatureCard"; +import FeatureCard from "./FeatureCard"; import SubscriptionPlans from "./SubscriptionPlans"; import OfwLabel from "../../components/common/OfwLabel";