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
@@ -142,7 +142,7 @@ export default function ServicesPage() {
{pageContent.cta.primaryButton}
</a>
<a
href={siteConfig.hero.cta.primary.href}
href={content.pages.home.hero.cta.primary.href}
target="_blank"
rel="noopener noreferrer"
className="inline-block border-2 border-white text-white hover:bg-white hover:text-gray-900 font-medium px-8 py-3 rounded-md transition-colors"