diff --git a/src/app/page.tsx b/src/app/page.tsx index 35eeda6..35a73f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; @@ -17,7 +17,7 @@ export default function LandingPage() {