feat: add 'Modern és Biztonságos' USP based on tech stack document
This commit is contained in:
@@ -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}
|
||||
|
||||
@@ -41,6 +41,12 @@
|
||||
"title": "Minden egy kézben",
|
||||
"description": "Domain, webtárhely és üzleti e-mail szolgáltatások zökkenőmentes kezelése, mindent egyetlen megbízható helyről.",
|
||||
"icon": "🧩"
|
||||
},
|
||||
{
|
||||
"id": "modern_tech",
|
||||
"title": "Modern és Biztonságos",
|
||||
"description": "TLS/SSL védelemmel, modern biztonsági protokollokkal és gyors (SSD) kiszolgálással biztosítjuk a maximális teljesítményt.",
|
||||
"icon": "🚀"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user