BossBey File Manager
PHP:
8.1.34
OS:
Linux
User:
ebookghostwritin
Root
/
home
/
ebookghostwritin
/
public_html
📤 Upload
📝 New File
📁 New Folder
Close
Editing: fiction-writing.php
<?php include 'includes/shared/header.php'; ?> <main> <?php include 'includes/shared/modules/banner.php'; ?> <?php include 'includes/shared/modules/about.php'; ?> <?php include 'includes/shared/modules/steps.php'; ?> <?php include 'includes/shared/modules/quote.php'; ?> <?php include 'includes/shared/modules/services.php'; ?> <?php include 'includes/shared/modules/cta.php'; ?> <?php include 'includes/shared/tabs-portfolio.php'; ?> <section class="home_cta module_cta"> <div class="container"> <div class="row d-flex align-items-center"> <div class="col-12 col-sm-12 col-md-12 col-lg-8 col-xl-8 col-xxl-8"> <div class="content"> <h2 class="txtcl1"> Expert Fiction Ghostwriting Tailored to You </h2> <p class="my-3 text-dark"> There’s nowhere else to look. Our fiction ghostwriters for hire at eBook Ghostwriting Services are experts at transforming ideas into engrossing stories. Are you prepared to tell your story? Together, let’s go off on this creative adventure! </p> <div class="btn_group d-flex justify-content-start text-center"> <a href="contact-us">GET A QUOTE</a> <a href="tel:<?php echo $number?>"><?php echo $number?></a> </div> </div> </div> </div> </div> </section> <?php include 'includes/shared/modules/why-choose.php'; ?> <?php include 'includes/shared/reviews.php'; ?> <?php include 'includes/shared/modules/faq.php'; ?> <?php include 'includes/shared/modules/cta-form.php'; ?> </main> <?php include 'includes/shared/footer.php'; ?>
Save
Cancel