feat: align landing page structure with modern IT layout concepts
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user