{{ __('marketing.editorial_cell1_title') }}
{{ __('marketing.editorial_cell1_desc') }}
@extends('marketing.layout') @section('title', $appName . ' — ' . ($content->t('hero_headline') ?: __('marketing.editorial.page_title'))) @section('description', $content->t('hero_subtext') ?: __('marketing.editorial.page_description')) @push('head') {{-- Fonts: Inter is provided by the parent marketing.layout via a self-hosted (no CDN). Inter Tight and JetBrains Mono were previously loaded from Google Fonts but have been removed for CodeCanyon compliance — the typography CSS below falls back to Inter / system-ui / monospace stacks. --}} @endpush @section('content') @php $heroEyebrow = $content->t('hero_eyebrow') ?: __('marketing.editorial.hero_eyebrow') . ' · v' . config('leadhub.version', '1.0.0'); $heroHeadline = $content->t('hero_headline') ?: __('marketing.editorial.hero_headline'); $heroHighlight = $content->t('hero_headline_highlight') ?: __('marketing.editorial.hero_highlight'); $heroSubtext = $content->t('hero_subtext') ?: __('marketing.editorial.hero_subtext'); $heroCtaLabel = $content->t('hero_cta_label') ?: __('marketing.editorial.hero_cta', ['days' => $trialDays]); $heroNote = $content->t('hero_note') ?: __('marketing.editorial.hero_note'); $featuresHeadline = $content->t('features_headline') ?: __('marketing.editorial.features_headline'); $featuresSubtext = $content->t('features_subtext') ?: __('marketing.editorial_features_subtext'); $pricingHeadline = $content->t('pricing_headline') ?: __('marketing.editorial.pricing_headline'); $pricingSubtext = $content->t('pricing_subtext') ?: __('marketing.editorial_pricing_subtext'); $ctaHeadline = $content->t('cta_headline') ?: __('marketing.editorial.cta_headline'); $ctaSubtext = $content->t('cta_subtext') ?: __('marketing.editorial_cta_subtext'); @endphp
{{ $heroSubtext }}
{{ $featuresSubtext }}
{{ __('marketing.editorial_cell1_desc') }}
{{ __('marketing.editorial_cell2_desc') }}
{{ __('marketing.editorial_cell3_desc') }}
{{ __('marketing.editorial_cell4_desc') }}
{{ __('marketing.editorial_cell5_desc') }}
{!! __('marketing.editorial_cell6_desc') !!}
{{ __('marketing.editorial_cell7_desc') }}
{{ __('marketing.editorial_cell8_desc') }}
{{ __('marketing.editorial_cell9_desc') }}
{!! __('marketing.editorial_step1_body') !!}
{!! __('marketing.editorial_step2_body') !!}
{{ __('marketing.editorial_step3_body') }}
{{ $pricingSubtext }}
{{ \Illuminate\Support\Str::limit($plan['description'] ?? '', 120) }}
@php // Translator-first interval label so "/month" respects tenant locale. $edIntervalSlug = $plan['interval'] ?? 'month'; $edKey = 'marketing.interval_' . $edIntervalSlug; $edTrans = __($edKey); $edIntervalLbl = (is_string($edTrans) && $edTrans !== $edKey) ? $edTrans : __('marketing.editorial_pricing_per'); @endphp{{ $ctaSubtext }}
@if($canSignUp) {{ __('marketing.editorial_cta_create') }}→ @else {{ __('marketing.editorial_signin') }}→ @endif