From 6019114853748a15dbb76bdeb774bca2868e1fbb Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Wed, 12 Nov 2025 12:41:21 +0530 Subject: [PATCH] Corrected the spelling mistake in landing page file --- src/pages/Home/LandingPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Home/LandingPage.jsx b/src/pages/Home/LandingPage.jsx index 7e492c26..a391b4a5 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";