From 1f03f7ad471eb14a25ff27c7a6058faea36c2b01 Mon Sep 17 00:00:00 2001 From: development Date: Mon, 5 Jan 2026 00:40:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}