diff --git a/src/app/page.tsx b/src/app/page.tsx index 290eaed..f5f254f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TextAbout from '@/components/sections/about/TextAbout'; @@ -91,6 +90,7 @@ export default function LandingPage() {