diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
index 67000d02..233a9e69 100644
--- a/app/[locale]/page.tsx
+++ b/app/[locale]/page.tsx
@@ -10,10 +10,13 @@ import Footer from "@/components/landing-page/footer";
import Division from "@/components/landing-page/division";
import Navbar from "@/components/landing-page/navbar";
import { ReactLenis } from "@studio-freight/react-lenis";
+import MountedProvider from "@/providers/mounted.provider";
const Home = ({ params: { locale } }: { params: { locale: string } }) => {
return (
- <>
+
@@ -26,7 +29,7 @@ const Home = ({ params: { locale } }: { params: { locale: string } }) => {
- >
+
);
};
diff --git a/components/landing-page/hero.tsx b/components/landing-page/hero.tsx
index 00ae664c..c01f8ab1 100644
--- a/components/landing-page/hero.tsx
+++ b/components/landing-page/hero.tsx
@@ -23,7 +23,7 @@ const Hero: React.FC = () => {
setHeroData(response?.data?.data?.content);
};
return (
-
+
{/* Section Gambar Utama */}
diff --git a/components/landing-page/navbar.tsx b/components/landing-page/navbar.tsx
index b20bee48..757c1d76 100644
--- a/components/landing-page/navbar.tsx
+++ b/components/landing-page/navbar.tsx
@@ -92,7 +92,7 @@ const Navbar = () => {
@@ -267,7 +267,7 @@ const Navbar = () => {
@@ -419,10 +419,10 @@ const Navbar = () => {
className="rounded-full"
/>
-
+
{detail?.fullname}
-
({detail?.fullname})
+
({detail?.fullname})
@@ -711,7 +711,7 @@ const Navbar = () => {