Files
amare/resources/views/pages/home.blade.php

15 lines
607 B
PHP

@extends('layouts.public')
@section('content')
<div class="home-chapters">
<x-home.hero :settings="$content->settings" />
<x-home.manifesto :settings="$content->settings" />
<x-home.services :services="$content->featuredServices" />
<x-home.portfolio :cases="$content->featuredCases" />
<x-home.method :settings="$content->settings" />
<x-home.testimonials :testimonials="$content->testimonials" />
<x-home.positioning :settings="$content->settings" />
<x-home.final-cta :settings="$content->settings" editorial />
</div>
@endsection