From 0ff335794ed8811a5c8b6794a20ed4c69ffdb4b7 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 25 Dec 2025 14:23:29 +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 08954fa..6cf1a04 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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -305,4 +305,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}