diff --git a/src/app/page.tsx b/src/app/page.tsx index e320a1f..87d7bbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import PricingCardTwo from '@/components/sections/pricing/PricingCardTwo'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; @@ -83,14 +83,12 @@ export default function LandingPage() {
-