diff --git a/src/app/page.tsx b/src/app/page.tsx index e4df74a..272070b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,8 +1,8 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; +import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TextAbout from '@/components/sections/about/TextAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; @@ -42,10 +42,9 @@ export default function LandingPage() {