Corrected the spelling mistake in landing page file

This commit is contained in:
ashutosh.nehete 2025-11-12 12:41:21 +05:30
parent 15e67da7f6
commit 6019114853

View File

@ -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";