diff --git a/src/app/page.tsx b/src/app/page.tsx
index fc6f040..7a1dcee 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -1,4 +1,4 @@
-"use client"
+"use client";
import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal';
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
@@ -29,7 +29,7 @@ export default function LandingPage() {