feat: more work on completing switchover

This commit is contained in:
2023-12-10 15:10:32 -06:00
parent 9a7aa89362
commit 5c133cba56
113 changed files with 19495 additions and 9336 deletions

View File

@@ -1,20 +1,10 @@
@extends('layouts.master')
@section('page-top')
@include('home.hero.hero')
@endsection
@section('hero')
<section class="hero-banner-style bg-5 bg-image top-section-gap hero-banner-style-4">
<div class="hero-banner_inner">
<div class="container-fluid">
<div class="row align-items-center">
<div class="col-xl-7 col-lg-6 col-md-12">
@include('home.hero.banner-left')
</div>
<div class="col-xl-5 col-lg-6 col-md-12">
@include('home.hero.slider.slider')
</div>
<!-- End .col -->
</div>
</div>
<!-- End .container -->
</div>
</section>
@endsection
@section('page-content')
@include('home.recents.section')
@include('home.explainer.explainer')
@include('home.leaderboard.section')
@endsection