Fix CTA's
This commit is contained in:
@ -286,9 +286,9 @@
|
||||
|
||||
<!-- CTA Section -->
|
||||
{{ components.cta_section(
|
||||
title="Ready to Start Your Project?",
|
||||
description="Let's discuss how I can help your business grow online.",
|
||||
button_text="Get Free Consultation",
|
||||
title=t('Ready to Start Your Project?'),
|
||||
description=t('Let\'s discuss how I can help your business grow online.'),
|
||||
button_text=t('Get Free Consultation'),
|
||||
button_url="contact",
|
||||
t=t
|
||||
) }}
|
||||
|
||||
@ -259,9 +259,9 @@
|
||||
|
||||
<!-- CTA Section -->
|
||||
{{ components.cta_section(
|
||||
title="Ready to Start Your Project?",
|
||||
description="Let's discuss how I can help your business grow online.",
|
||||
button_text="Get Free Consultation",
|
||||
title=t('Ready to Start Your Project?'),
|
||||
description=t('Let\'s discuss how I can help your business grow online.'),
|
||||
button_text=t('Get Free Consultation'),
|
||||
button_url="contact",
|
||||
t=t
|
||||
) }}
|
||||
|
||||
Reference in New Issue
Block a user