feat: align landing page structure with modern IT layout concepts

This commit is contained in:
Do Siki
2026-04-26 23:01:08 +02:00
parent a6e626179d
commit 438ac5439b
7 changed files with 245 additions and 103 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export default function ServicesPage() {
{/* Services Grid */}
<section className="max-w-6xl mx-auto px-4 sm:px-6 lg:px-8">
<div className="grid grid-cols-1 lg:grid-cols-3 gap-8">
{siteConfig.services.services.map((service) => (
{content.pages.home.services.items.map((service: any) => (
<div key={service.id} className="bg-white rounded-xl shadow-sm border border-gray-200 p-8 hover:shadow-md transition-shadow">
<div className="w-16 h-16 bg-blue-100 rounded-lg flex items-center justify-center mb-6">
<span className="text-2xl">{service.icon}</span>