@extends('admin.layouts.app') @section('title', 'Edit Home Page') @section('heading', 'Home Page Editor') @section('content')
Home About Contact Offers Footer SEO Design Sliders
@csrf

Hero section

The full-screen banner at the very top of the home page.

@if(!empty($s['home_hero_bg']))

Image uploaded: {{ basename($s['home_hero_bg']) }}

@else
No image set
@endif Supported: JPG, PNG, WebP, GIF, SVG, BMP (max 10MB)

Tagline band

The centred text section below the carousel.

Promo banner

The dark "Special Offers" sale countdown band.

Preview site Manage carousel slides

Tips

  • Use ALL CAPS for hero text to match site style.
  • Carousel slides are managed separately via Sliders.
  • Product sections pull from the collection tag on each product.
@endsection