diff --git a/src/app/page.tsx b/src/app/page.tsx index 42e05bb..feda662 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -107,16 +107,19 @@ export default function LandingPage() {
-