Home page updates with benefits

This commit is contained in:
Deon George
2022-10-01 10:57:16 +10:00
parent f0ada9192e
commit b96ea4a217
3 changed files with 127 additions and 18 deletions

View File

@@ -6,22 +6,8 @@
@includeIf('layouts.partials.header')
<section class="hero-section">
<div class="container">
@includeIf('layouts.partials.hero')
</div>
</section>
{{--
<section id="benefits-section" class="benefits-section theme-bg-light-gradient py-5">
<div class="container py-5">
@includeIf('layouts.partials.benefits')
</div>
</section>
--}}
<section id="content-section" class="content-section">
<div class="container">
<div class="container mb-5">
<div class="single-col-max mx-auto">
<h2 class="section-heading text-center mb-5">@yield('contentheader_title', 'Content Title')</h2>
<!-- Your Page Content Here -->
@@ -30,13 +16,29 @@
</div>
</section>
{{--
<section class="hero-section">
<div class="container">
@includeIf('layouts.partials.hero')
</div>
</section>
--}}
<section id="benefits-section" class="benefits-section theme-bg-light-gradient py-5">
<div class="container py-0">
@yield('benefits-content')
</div>
</section>
{{--
<section id="audience-section" class="audience-section py-5">
<div class="container">
@includeIf('layouts.partials.audience')
</div>
</section>
--}}
{{--
<section id="form-section" class="form-section">
<div class="container">
@includeIf('layouts.partials.lead')