From 8697158423044238a00a15c4d53a20eb969d2287 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 8 Jan 2026 20:20:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index bda32fb..1aa5172 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 HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import ProductCardSeven from '@/components/sections/product/ProductCardSeven'; @@ -14,7 +14,7 @@ export default function TapeVaultPage() { ); -} \ No newline at end of file +}