@extends('layouts.app') @section('title', ($settings['site_name'] ?? 'Mars Stationery') . ' - Your One-Stop Stationery Shop') @section('content')
{{-- ========== SECTION 1: Hero Banners ========== --}}
{{-- Banner Row --}}
{{-- Left Large Banner --}} {{-- Right 2 Stacked Banners --}}
{{-- Trust Badges --}}
@php $badges = [ ['icon' => 'stationero-icon- stationero-icon-shipping', 'title' => 'Fast delivery', 'desc' => 'For all orders over $120'], ['icon' => 'stationero-icon- stationero-icon-temp', 'title' => 'Safe Payments', 'desc' => '100% secure payment'], ['icon' => 'stationero-icon- stationero-icon-gift', 'title' => 'Discount Coupons', 'desc' => 'Enjoy Huge Promotions'], ['icon' => 'stationero-icon- stationero-icon-comment', 'title' => 'Quality Support', 'desc' => 'Dedicated 24/7 support'], ]; @endphp @foreach($badges as $badge)

{{ $badge['title'] }}

{{ $badge['desc'] }}

@endforeach
{{-- ========== SECTION 2: Cute Stationery (Product Tabs) ========== --}} @if($featured->count() > 0 || $newArrivals->count() > 0 || $bestSellers->count() > 0)

Cute Stationery

{{-- Divider --}}
@endif {{-- ========== SECTION 3: Shop by Categories ========== --}}

Shop by Categories

Essential office supplies in our online stationery shop that keep your office operations smooth and efficient
@php $catImages = [ '/template/wp-content/uploads/2022/04/h5_categories_01.jpg', '/template/wp-content/uploads/2022/04/h5_categories_02.jpg', '/template/wp-content/uploads/2022/04/h5_categories_03.jpg', '/template/wp-content/uploads/2022/04/h5_categories_04.jpg', ]; $catLabels = ['books & stationery', 'pens & pencils', 'Paper & Card', 'school supplies']; $displayCats = $categories->take(4); @endphp {{-- Left tall category --}} {{-- Middle 2 stacked categories --}} {{-- Right tall category --}}
{{-- ========== SECTION 4: Best Sellers ========== --}} @if($bestSellers->count() > 0)

Best Sellers

Essential office supplies in our online stationery shop that keep your office operations smooth and efficient
@endif {{-- ========== SECTION 5: Deal Of The Day ========== --}} @if($dealProduct)

Deal Of The Day

Essential office supplies in our online stationery shop that keep.

{{-- Countdown --}}
@php $endDate = now()->addDays(7)->timestamp; @endphp
Days
Hours
Minutes
Seconds
@endif {{-- ========== SECTION 6: 3-Column Promo Cards ========== --}}
@php $promoCards = [ ['id' => 'f371e8b', 'title' => "Notebooks\n& Pens", 'desc' => 'The solution for a perfectly coordinated desk.'], ['id' => '2bd5c54', 'title' => "Back \nto School", 'desc' => 'Stock up for school with our new and improved 3 for 2 offer.'], ['id' => 'c222906', 'title' => "Birthday \nCards", 'desc' => 'Near or far, find the perfect card to celebrate their birthday.'], ]; @endphp @foreach($promoCards as $promo)

{!! nl2br(e($promo['title'])) !!}

{{ $promo['desc'] }}
@endforeach
{{-- ========== SECTION 7: Testimonials + Gallery ========== --}}
{{-- Divider --}}
{{-- Testimonials Heading --}}

our customers say

{{-- Testimonials Carousel --}}
{{-- Shop Now CTA --}}

Ready to Shop?

Explore our complete collection of premium stationery and office supplies

@endsection @push('scripts') @endpush