Files
homeproz/wp-content/themes/homeproz/patterns/cta-banner.php
T

25 lines
1.9 KiB
PHP

<?php
/**
* Title: CTA Banner
* Slug: homeproz/cta-banner
* Categories: featured, homeproz
* Keywords: call to action, banner, cta, contact
* Description: A full-width call-to-action banner with heading and button.
*/
?>
<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"4rem","bottom":"4rem","left":"var:preset|spacing|50","right":"var:preset|spacing|50"}},"color":{"background":"#9f3730"}},"layout":{"type":"constrained","contentSize":"700px"}} -->
<div class="wp-block-group alignfull has-background" style="background-color:#9f3730;padding-top:4rem;padding-right:var(--wp--preset--spacing--50);padding-bottom:4rem;padding-left:var(--wp--preset--spacing--50)"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"2.25rem"},"spacing":{"margin":{"bottom":"1rem"}}},"textColor":"white"} -->
<h2 class="wp-block-heading has-text-align-center has-white-color has-text-color" style="margin-bottom:1rem;font-size:2.25rem">Ready to Find Your Dream Home?</h2>
<!-- /wp:heading -->
<!-- wp:paragraph {"align":"center","style":{"spacing":{"margin":{"bottom":"1.5rem"}},"color":{"text":"#ffffff"},"typography":{"fontSize":"1.125rem"}}} -->
<p class="has-text-align-center has-text-color" style="color:#ffffff;margin-bottom:1.5rem;font-size:1.125rem">Whether you're buying or selling, our team is here to help you every step of the way.</p>
<!-- /wp:paragraph -->
<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center"}} -->
<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"white","textColor":"vivid-red","style":{"border":{"radius":"4px"}}} -->
<div class="wp-block-button"><a class="wp-block-button__link has-vivid-red-color has-white-background-color has-text-color has-background wp-element-button" style="border-radius:4px">Contact Us Today</a></div>
<!-- /wp:button --></div>
<!-- /wp:buttons --></div>
<!-- /wp:group -->