fix: commit the reviews section

This commit is contained in:
Atash03 2026-04-06 16:10:29 +05:00
parent d53a528f1c
commit 5030ed152a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ export default async function HomePage() {
<Events lang={lang} />
</Suspense>
<News />
<Reviews />
{/* <Reviews /> */}
<Partners />
</div>
);