diff --git a/src/app/page.tsx b/src/app/page.tsx index afa1223..3c7b20d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import HeroOverlay from '@/components/sections/hero/HeroOverlay'; +import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; @@ -43,7 +43,7 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file