feat: add 'Modern és Biztonságos' USP based on tech stack document

This commit is contained in:
Do Siki
2026-04-26 23:36:03 +02:00
parent feb68436cb
commit 54ab14595b
3 changed files with 168 additions and 1 deletions
+1 -1
View File
@@ -93,7 +93,7 @@ export default function Home() {
{pageContent.about.title}
</h2>
</div>
<div className="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto stagger-children">
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-6 stagger-children">
{pageContent.about.usps.map((usp: any, index: number) => (
<div
key={usp.id}