@php $slides = [ [ 'image' => 'images/stock/hero-family.jpg', 'position' => 'object-center', 'label' => 'Family', 'kicker' => 'Money-Wise × RH Group', 'title' => 'From financial confusion', 'accent' => 'to financial control.', 'description' => 'Learn the money basics, make a clear plan, and get the right support when you are ready to grow.', 'cta' => ['label' => 'Take the free Financial Health Check', 'href' => '/assessments/financial-health'], ], [ 'image' => 'images/stock/mobile-money.jpg', 'position' => 'object-center', 'label' => 'Risk profile', 'kicker' => 'Invest with confidence', 'title' => 'Know your', 'accent' => 'investment risk profile.', 'description' => 'Nine quick questions reveal how much risk fits your life, and the investments that match your comfort level.', 'cta' => ['label' => 'Find my risk profile', 'href' => '/assessments/investment-risk'], 'secondary' => ['label' => 'View all assessments', 'href' => '/tools'], ], [ 'image' => 'images/stock/phone-chart.jpg', 'position' => 'object-center', 'label' => 'Growth', 'kicker' => 'Make the future visible', 'title' => 'See what consistency', 'accent' => 'can build.', 'description' => 'Choose your currency, compounding frequency and monthly amount. Watch the result update live.', 'cta' => ['label' => 'Try the growth calculator', 'href' => '/tools/compound-growth'], 'secondary' => ['label' => 'Plan my goals', 'href' => '/tools/wealth-goals'], ], [ 'image' => 'images/stock/diaspora.jpg', 'position' => 'object-center', 'label' => 'Diaspora', 'kicker' => 'Build confidently from abroad', 'title' => 'Build at home.', 'accent' => 'Sleep well abroad.', 'description' => 'Clear education, verified paths and practical guidance for investing back home.', 'cta' => ['label' => 'Start my diaspora journey', 'href' => '/start/diaspora'], 'secondary' => ['label' => 'Talk to the team', 'href' => '/contact?topic=coaching'], ], [ 'image' => 'images/stock/graduate.jpg', 'position' => 'object-center', 'label' => 'Academy', 'kicker' => 'Learn at your own pace', 'title' => 'Learn investing,', 'accent' => 'step by step.', 'description' => 'Short lessons, practical tools and clear progress—without jargon or hype.', 'cta' => ['label' => 'Explore the academy', 'href' => '/learn'], 'secondary' => ['label' => 'Watch free on YouTube', 'href' => 'https://www.youtube.com/@MoneyWiseWithRinaHicks'], ], ]; @endphp
@foreach ($slides as $index => $slide)
@endforeach
@foreach ($slides as $index => $slide)

{{ $slide['kicker'] }}

@if ($index === 0)

{{ $slide['title'] }}
{{ $slide['accent'] }}

@else

{{ $slide['title'] }}
{{ $slide['accent'] }}

@endif

{{ $slide['description'] }}

@endforeach
@foreach ($slides as $index => $slide) @endforeach