Files
amare/resources/views/pages/home.blade.php
manoel freitas 27f3cee855 feat: ship public site with SEO and visuals
Publish CMS content on public routes with responsive media,
accessibility checks, and deterministic visual baselines.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-29 08:36:59 -03:00

12 lines
458 B
PHP

@extends('layouts.public')
@section('content')
<x-home.hero :settings="$content->settings" />
<x-home.proof :cases="$content->featuredCases" />
<x-home.services :services="$content->featuredServices" />
<x-home.method :settings="$content->settings" />
<x-home.cases :cases="$content->featuredCases" />
<x-home.testimonials :testimonials="$content->testimonials" />
<x-home.final-cta :settings="$content->settings" />
@endsection