diff --git a/src/app/page.tsx b/src/app/page.tsx index f020a6b..b8932a0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -111,17 +111,16 @@ export default function LandingPage() {
-
@@ -140,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}