diff --git a/src/app/page.tsx b/src/app/page.tsx index 08954fa..6cf1a04 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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -305,4 +305,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}