Update portfolio.html

This commit is contained in:
2025-07-04 22:37:07 +02:00
parent 715768cbd3
commit a6d1a0dfe4

View File

@ -355,9 +355,9 @@
<!-- Call to Action --> <!-- Call to Action -->
{{ components.cta_section( {{ components.cta_section(
title="Ready to Start Your Project?", title=t('Ready to Start Your Project?'),
description="Let's discuss your project and create something amazing together. I offer a free consultation to understand your needs and provide a customized solution.", description=t('Let\'s discuss your project and create something amazing together. I offer a free consultation to understand your needs and provide a customized solution.'),
button_text="Get Started", button_text=t('Get Started'),
button_url="contact", button_url="contact",
t=t t=t
) }} ) }}