feat: improve content editor and move hero config to JSON
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user