@extends('landing.layouts.app') @section('content') @include('landing.components.hero') {{-- @include('landing.components.about') --}} @include('landing.components.features') @include('landing.components.features-cards') @include('landing.components.services') @include('landing.components.faq') @include('landing.components.contact') @endsection