diff --git a/src/app/page.tsx b/src/app/page.tsx index 54a88d7..4d3c187 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -114,7 +114,7 @@ export default function LandingPage() {