feat: recreate public frontend with Heritage Editorial identity

Replace placeholder visual system with EB Garamond/olive tokens, brand assets, editorial home narrative, São Paulo settings, real testimonials, and regenerated visual baselines.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-01 23:17:35 -03:00
parent 637be0664a
commit 9c43ad1d65
68 changed files with 1917 additions and 344 deletions

View File

@@ -2,10 +2,11 @@
@section('content')
<x-home.hero :settings="$content->settings" />
<x-home.proof :cases="$content->featuredCases" />
<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.cases :cases="$content->featuredCases" />
<x-home.testimonials :testimonials="$content->testimonials" />
<x-home.positioning :settings="$content->settings" />
<x-home.final-cta :settings="$content->settings" />
@endsection