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 +}