Commit 4e18c45c by jhukal9@gmail.com

updated the basic layout for the service detail page

parent 9cf86c99
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
a { a {
color: #1215269b; color: #1215269b;
} }
&:hover { &:hover,
&.current-cat {
a { a {
color: #005aff; color: #005aff;
} }
......
<?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