@extends('layouts.app') @section('title', config('site.brand.name').' | '.__('site.hero_title')) @push('head') @endpush @section('content') {{-- ============================== INTRO SPLASH ============================== Shown once per browser session, the first time a visitor lands on the homepage — not on every refresh (sessionStorage remembers it for the rest of this tab's session; closing the tab/browser resets it). --}}
{{ __('site.hero_subtitle') }}
{{ __('site.home_categories_subtitle') }}
{{ __('site.home_featured_subtitle') }}
{{ __('site.home_why_subtitle') }}
{{ __('site.why_'.$i.'_desc') }}
{{ __('site.home_health_library_subtitle') }}
{{ __('site.home_cta_subtitle') }}