diff --git a/src/app/page.tsx b/src/app/page.tsx index 3eb09a7..6d40fab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import { Award, Camera, Film } from "lucide-react"; @@ -44,20 +44,14 @@ export default function LandingPage() {
-
@@ -188,4 +182,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file