Getting started

Below are the available pre-built CTA Section Components. More components are added overtime.

Call to action 1

Link the following stylesheet to your html for this component to display properly:

<link type="text/css" rel="stylesheet" href="css/index.css">

You should also remove any other CTA Sections related stylesheets.


	<!-- CALL TO ACTION SECTION -->
	<section class="section_wrapper">
		<div class="pricing_mini_heading_container">
			<span class="pricing_mini_heading">Get an edge</span>
		</div>
		<h1 class="testimonials_section_heading">Ready to <span>fast-track</span> your SaaS development?</h1>
		<p class="testimonials_section_subheading">Don't waste time on Stripe subscriptions or designing a pricing section... Get started with FasterNode today and experience the benefits of a feature-rich, developer-friendly starter kit. </p>
		<button onclick="get_product_1()" class="hero_btn">Get FasterNode</button>
	</section>