feat(Menu,Lang,Image): fix bug menu and change lang and set images

This commit is contained in:
2026-05-22 13:35:28 +03:30
parent 7d30e4f180
commit 4d995a61af
11 changed files with 176 additions and 92 deletions

View File

@@ -6,7 +6,8 @@ import Production from '@/components/Production'
import About from '@/components/About'
import BlogPosts from '@/components/BlogPosts'
export default async function Home({ params: { lang } }) {
export default async function Home({ params }) {
const { lang } = await params
return (
<main className="flex flex-col w-full h-full bg-bg-1 scroll-x-hidden" >