update home

This commit is contained in:
dyzulk
2026-01-09 11:59:46 +07:00
parent 522586590d
commit f1b8e55075

View File

@@ -1,9 +1,8 @@
---
title: Home
---
import { useRouter } from 'next/router'
import { LandingPage } from '../components/LandingPage'
export const Index = () => {
const { locale } = useRouter()
return <LandingPage locale={locale} />
}
<Index />
<LandingPage/>