diff --git a/src/app/page.tsx b/src/app/page.tsx index dc14c29..5c30197 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; @@ -41,15 +41,13 @@ export default function LandingPage() {