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} /> <Events lang={lang} />
</Suspense> </Suspense>
<News /> <News />
<Reviews /> {/* <Reviews /> */}
<Partners /> <Partners />
</div> </div>
); );