diff --git a/src/app/page.tsx b/src/app/page.tsx index 696c1e8..e09c895 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 FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; +import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourteen'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import TestimonialCardEight from '@/components/sections/testimonial/TestimonialCardEight'; import TeamCardSeven from '@/components/sections/team/TeamCardSeven'; @@ -76,35 +76,39 @@ export default function LandingPage() {