page loading updated
This commit is contained in:
6
app/[locale]/page.tsx
Normal file
6
app/[locale]/page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { redirect } from 'next/navigation'
|
||||
import React from 'react'
|
||||
|
||||
export default function Page() {
|
||||
return redirect('/home')
|
||||
}
|
||||
@@ -123,6 +123,7 @@ export function Navbar() {
|
||||
</Link>
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-5">
|
||||
{/* Language Switcher */}
|
||||
<LanguageSelectRadix />
|
||||
|
||||
@@ -148,6 +149,7 @@ export function Navbar() {
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
||||
{/* Mobile Menu Overlay */}
|
||||
|
||||
Reference in New Issue
Block a user