diff --git a/src/app/page.tsx b/src/app/page.tsx index 622eaab..86797b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroSplitLarge from '@/components/sections/hero/HeroSplitLarge'; @@ -297,4 +297,4 @@ export default function FidgetLanding() { ); -} \ No newline at end of file +}