Comment out CallToAction widget in index.astro for future reference
This commit is contained in:
@@ -157,7 +157,7 @@ const metadata = {
|
|||||||
}))}
|
}))}
|
||||||
/> -->
|
/> -->
|
||||||
|
|
||||||
<!-- CallToAction Widget -->
|
<!-- CallToAction Widget
|
||||||
<CallToAction
|
<CallToAction
|
||||||
callToAction={{
|
callToAction={{
|
||||||
text: t.homepage?.callToAction?.button || 'Contact Me',
|
text: t.homepage?.callToAction?.button || 'Contact Me',
|
||||||
@@ -173,6 +173,7 @@ const metadata = {
|
|||||||
}
|
}
|
||||||
</Fragment>
|
</Fragment>
|
||||||
</CallToAction>
|
</CallToAction>
|
||||||
|
-->
|
||||||
|
|
||||||
<!-- Contact Widget -->
|
<!-- Contact Widget -->
|
||||||
<Contact
|
<Contact
|
||||||
|
Reference in New Issue
Block a user