@extends('layouts.master')
@section('page-top')
    @include('home.hero.hero')
@endsection

@section('page-content')
    @include('home.recents.section')
    @include('home.explainer.explainer')
    @include('home.leaderboard.section')
@endsection