diff --git a/src/app/page.tsx b/src/app/page.tsx index 927c9f1..20a595e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardMetrics from '@/components/sections/hero/HeroBillboardMetrics';