@extends('web.layouts.default', ['page' => 'home']) @section('page_name', 'home') @section('meta') {{ config('app.name') }} @endsection @section('content') @include('web.partials.home.landing') @include('web.partials.home.story') @include('web.partials.home.phone-app') @include('web.partials.home.collections') @include('web.partials.home.news') @include('web.partials.home.testimony') @endsection