diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d38faa..e2ee47e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import { ShieldCheck, FileCheck, FlaskConical, Microscope } from "lucide-react"; -import AboutMetric from '@/components/sections/about/AboutMetric'; +import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; export default function LandingPage() { @@ -87,13 +87,14 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file