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
+2 -1
View File
@@ -1,6 +1,7 @@
'use client'
import { siteConfig } from '@/config/site'
import { content } from '@/content'
export default function Footer() {
return (
@@ -103,7 +104,7 @@ export default function Footer() {
Szolgáltatások
</h3>
<ul className="space-y-3">
{siteConfig.services.services.map((service) => (
{content.pages.home.services.items.map((service: any) => (
<li
key={service.id}
className="flex items-center gap-2 text-sm"