diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ff9f8b..000cdb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; @@ -109,16 +109,15 @@ export default function LandingPage() {