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>
|
</Link>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex items-center gap-5">
|
||||||
{/* Language Switcher */}
|
{/* Language Switcher */}
|
||||||
<LanguageSelectRadix />
|
<LanguageSelectRadix />
|
||||||
|
|
||||||
@@ -148,6 +149,7 @@ export function Navbar() {
|
|||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
{/* Mobile Menu Overlay */}
|
{/* Mobile Menu Overlay */}
|
||||||
|
|||||||
Reference in New Issue
Block a user