diff --git a/src/app/page.tsx b/src/app/page.tsx index 668fe6f..75ba3ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,7 +3,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -56,11 +56,21 @@ export default function LandingPage() { />