Comment out CallToAction widget in index.astro for future reference

This commit is contained in:
2025-06-07 15:36:07 +02:00
parent 27fae7fd5b
commit 9b2fe7607f

View File

@@ -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