page loading updated

This commit is contained in:
nabijonovdavronbek619@gmail.com
2026-01-27 17:46:10 +05:00
parent de2554a2e7
commit 21cb013cd8
2 changed files with 27 additions and 19 deletions

6
app/[locale]/page.tsx Normal file
View File

@@ -0,0 +1,6 @@
import { redirect } from 'next/navigation'
import React from 'react'
export default function Page() {
return redirect('/home')
}

View File

@@ -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 */}