diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx
new file mode 100644
index 0000000..deb56c5
--- /dev/null
+++ b/app/[locale]/page.tsx
@@ -0,0 +1,6 @@
+import { redirect } from 'next/navigation'
+import React from 'react'
+
+export default function Page() {
+ return redirect('/home')
+}
diff --git a/components/layout/navbar.tsx b/components/layout/navbar.tsx
index 730b380..aec3cb3 100644
--- a/components/layout/navbar.tsx
+++ b/components/layout/navbar.tsx
@@ -123,29 +123,31 @@ export function Navbar() {
- {/* Language Switcher */}
-