diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cafd27..1b877d4 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 HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; @@ -392,4 +392,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file