diff --git a/src/app/page.tsx b/src/app/page.tsx index 18b6ab8..3fc1ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; @@ -80,32 +80,28 @@ export default function LandingPage() { /> -