This commit is contained in:
2025-08-26 14:38:19 +02:00
parent f7d36427fe
commit c6ef16d411
35 changed files with 44 additions and 34 deletions

View File

@@ -34,7 +34,7 @@ export function Logos() {
>
{group.map((company) => (
<li key={company.name} className="flex">
<img src={company.logo} alt={company.name} width={120} height={40} />
<img src={company.logo} alt={company.name} width={150} height={50} />
</li>
))}
</ul>