@extends('layouts.main') @section('content') @include('pages.home.hero') @include('pages.home.about') @include('pages.home.features') @include('pages.home.benefits') @include('pages.home.book') @include('pages.home.reviews') @include('pages.home.socialFeed') @include('pages.home.categories') @include('pages.home.newsFeed') @include('pages.home.vinosaur') @include('pages.home.newsletter') @endsection