{{-- Homepage Theme --}}

{{ __('Homepage Design') }}

{{ __('Choose which homepage UI visitors see. Both designs use the same editable content below.') }}

{{ __('Preview Homepage') }}
@csrf @method('PUT')
@foreach([ [ 'value' => 'classic', 'title' => __('Classic Homepage'), 'desc' => __('The current landing page with the existing section layout and animations.'), 'preview' => ['bg-brand', 'bg-success', 'bg-warning'], ], [ 'value' => 'modern', 'title' => __('Modern Detailed Homepage'), 'desc' => __('A cleaner second homepage with full product sections, animated previews, feature catalog, pricing, testimonials, FAQ, and CTA.'), 'preview' => ['bg-ink', 'bg-brand', 'bg-success'], ], ] as $option) @endforeach
{{-- Landing Page Sections --}}

{{ __('Landing Page') }}

{{ __('These content sections are shared by both homepage designs.') }}

{{--

{{ __('Edit the content shown on your homepage. The design stays the same — only the text changes.') }}

--}}
@foreach([ ['type' => 'hero', 'title' => __('Hero Section'), 'desc' => __('Badge, headline, subtitle, and call-to-action buttons.'), 'icon' => 'M13 10V3L4 14h7v7l9-11h-7z'], ['type' => 'features', 'title' => __('Features'), 'desc' => __('Feature cards with titles and descriptions.'), 'icon' => 'M4 6h16M4 10h16M4 14h16M4 18h16'], ['type' => 'testimonials', 'title' => __('Testimonials'), 'desc' => __('Customer quotes, names, and companies.'), 'icon' => 'M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'], ['type' => 'faq', 'title' => __('FAQ'), 'desc' => __('Questions and answers displayed in accordion.'), 'icon' => 'M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z'], ['type' => 'cta', 'title' => __('CTA Section'), 'desc' => __('Final call-to-action badge, title, and button.'), 'icon' => 'M11 5.882V19.24a1.76 1.76 0 01-3.417.592l-2.147-6.15M18 13a3 3 0 100-6M5.436 13.683A4.001 4.001 0 017 6h1.832c4.1 0 7.625-1.234 9.168-3v14c-1.543-1.766-5.067-3-9.168-3H7a3.988 3.988 0 01-1.564-.317z'], ['type' => 'footer', 'title' => __('Footer'), 'desc' => __('Brand text, social links, newsletter, and copyright.'), 'icon' => 'M19 21H5a2 2 0 01-2-2V5a2 2 0 012-2h14a2 2 0 012 2v14a2 2 0 01-2 2zM3 10h18'], ] as $card)

{{ $card['title'] }}

{{ __('Landing') }}

{{ $card['desc'] }}

@endforeach
{{-- Page Settings --}}

{{ __('Page Settings') }}

{{ __("Edit the content displayed on your website's built-in pages.") }}

@foreach([ ['type' => 'terms', 'title' => __('Terms of Service'), 'desc' => __('Header and numbered legal sections.'), 'icon' => 'M14.5 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V7.5L14.5 2z'], ['type' => 'privacy', 'title' => __('Privacy Policy'), 'desc' => __('Header, privacy sections, and bottom text.'), 'icon' => 'M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10'], ['type' => 'refund', 'title' => __('Refund Policy'), 'desc' => __('Refund eligibility and cancellation rules.'), 'icon' => 'M3 10h18M3 14h18M12 6v12'], ['type' => 'contact', 'title' => __('Contact Us'), 'desc' => __('Subtitle, support channels, response time.'), 'icon' => 'M21 15a2 2 0 01-2 2H7l-4 4V5a2 2 0 012-2h14a2 2 0 012 2z'], ['type' => 'about', 'title' => __('About Us'), 'desc' => __('Story, mission, and company stats.'), 'icon' => 'M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z'], ['type' => 'why_us', 'title' => __('Why Us'), 'desc' => __('Reasons to choose your platform.'), 'icon' => 'M9 12l2 2 4-4m6 2a9 9 0 11-18 0 9 9 0 0118 0z'], ] as $card)

{{ $card['title'] }}

{{ __('Frontend') }}

{{ $card['desc'] }}

@endforeach