diff --git a/templates/components/cta_buttons.html b/templates/components/cta_buttons.html index d4913da..3219423 100644 --- a/templates/components/cta_buttons.html +++ b/templates/components/cta_buttons.html @@ -1,9 +1,9 @@
\ No newline at end of file diff --git a/templates/components/explainer_video_modal.html b/templates/components/explainer_video_modal.html new file mode 100644 index 0000000..7295413 --- /dev/null +++ b/templates/components/explainer_video_modal.html @@ -0,0 +1,111 @@ + + + + \ No newline at end of file diff --git a/templates/components/hero_section.html b/templates/components/hero_section.html new file mode 100644 index 0000000..1c0c41a --- /dev/null +++ b/templates/components/hero_section.html @@ -0,0 +1,73 @@ + +{{ description }}
+ {% if buttons %} +Secure, intelligent, and scalable document management platform designed for modern enterprises. Streamline workflows, enhance collaboration, and protect your data.
- -Contact us today to learn how DocuPulse can transform your document management
- {% with primary_url=url_for('public.pricing'), primary_icon='fas fa-rocket', primary_text='Get Started', secondary_url='#contact', secondary_icon='fas fa-envelope', secondary_text='Contact Sales' %} + {% with primary_url=url_for('public.pricing'), primary_icon='fas fa-rocket', primary_text='Get Started', secondary_url=url_for('public.contact'), secondary_icon='fas fa-envelope', secondary_text='Contact Sales' %} {% include 'components/cta_buttons.html' %} {% endwith %}