diff --git a/src/app/page.tsx b/src/app/page.tsx index 653d84f..e08cc2c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import HeroBillboardCarouselSplit from '@/components/sections/hero/HeroBillboardCarouselSplit'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import ProductCardSix from '@/components/sections/product/ProductCardSix'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; @@ -42,30 +42,12 @@ export default function LandingPage() {
-
@@ -449,4 +406,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}