diff --git a/src/app/page.tsx b/src/app/page.tsx index 21d2f92..8ca60d0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; @@ -342,4 +342,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}