diff --git a/src/app/page.tsx b/src/app/page.tsx index e09c895..57a2024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import TagMediaSplitAbout from '@/components/sections/about/TagMediaSplitAbout'; -import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; +import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; @@ -45,8 +45,10 @@ export default function LandingPage() {
-