feat: adicionar cadência editorial à home

This commit is contained in:
2026-08-06 14:33:15 -03:00
parent 0aee15e848
commit 75ab0b0ff5
18 changed files with 302 additions and 35 deletions

View File

@@ -31,12 +31,14 @@
<x-home.chapter-index :chapters="$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="$testimonials" />
<x-home.positioning :settings="$content->settings" />
<x-home.final-cta :settings="$content->settings" />
<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