Commit 42744e32 by jhukal9@gmail.com

updated the basic layout for the service detail page

parent bcd30511
This source diff could not be displayed because it is too large. You can view the blob instead.
<?php
/**
* Template Name: Service Detail
*/
get_header();
get_template_part("/template-parts/service-detail/service-listing", null);
get_template_part("/template-parts/service-detail/plans", null);
get_template_part("/template-parts/service-detail/service-detail-form", null);
get_footer();
?>
\ No newline at end of file
<section class="PLANS pt-80">
<div class="container">
<div class="top-title">
<h2>Transparent and Flexible Content Marketing Pricing</h2>
<p>Choose a plan that fits your business needs, with clear pricing and no hidden costs to maximize your ROI.</p>
</div>
</div>
</section>
\ No newline at end of file
<section class="SERVICE-DETAIL-FORM py-80">
<div class="container">
<div class="top-title">
<h2>Get Started with Content Marketing</h2>
<p>Fill out the form below to receive a customized content marketing strategy tailored to your business goals.</p>
</div>
</div>
</section>
\ No newline at end of file
<section class="SERVICE-LISTING pt-80">
<div class="container">
<div class="top-title">
<h2>Services we provide in Content Marketing</h2>
<p>Our swift-paced team is capable of handling design projects on anywhere and anytime. We’re ready to deliver
your best product wherever you are!</p>
</div>
</div>
</section>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment