sidakpelem/resources/views/welcome.blade.php

12 lines
376 B
PHP

@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