feat: improve content editor and move hero config to JSON

This commit is contained in:
Do Siki
2026-04-26 22:52:28 +02:00
parent 30f0b94a2f
commit a6e626179d
7 changed files with 459 additions and 54 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ export default function ContactPage() {
<div>
<h3 className="font-semibold text-gray-900 mb-1">{pageContent.info.webmail.title}</h3>
<a
href={siteConfig.hero.cta.primary.href}
href={content.pages.home.hero.cta.primary.href}
target="_blank"
rel="noopener noreferrer"
className="text-blue-600 hover:text-blue-700"