added new data for info

This commit is contained in:
@jcarymuhammedow
2026-02-07 17:36:32 +05:00
parent b27b8436d1
commit 312b7c2ac3
6 changed files with 348 additions and 78 deletions

View File

@@ -50,7 +50,7 @@ export default function CollectionSection({ collection, locale }: Props) {
return null;
}
const displayProducts = productsData?.data.slice(0, 10) || [];
const displayProducts = productsData?.data.slice(0, 20) || [];
return (
<section className="bg-white rounded-2xl shadow-sm p-2 md:p-6">