diff --git a/src/app/layout.tsx b/src/app/layout.tsx index efe84fc..63492ba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -35,10 +35,11 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + {children} @@ -1264,4 +1265,4 @@ export default function RootLayout({ ); -} \ No newline at end of file +} 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() { @@ -37,58 +37,58 @@ export default function LandingPage() {
@@ -193,67 +193,67 @@ export default function LandingPage() {