diff --git a/src/app/page.tsx b/src/app/page.tsx index e3a9468..c722a3e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; +import HeroLogoBillboardSplit from '@/components/sections/hero/HeroLogoBillboardSplit'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; @@ -40,38 +40,20 @@ export default function LandingPage() {