@extends('layouts.app') @section('title', 'Murals - Premium Custom Designs') @section('styles') @endsection @section('content')
@forelse($heroImages as $index => $image)

{{ $image->title }}

@if($image->description)

{{ $image->description }}

@endif
@if($image->button_text && $image->button_link) @if(str_starts_with($image->button_link, '#')) @else {{ $image->button_text }} @endif @else @endif
@empty

Stunning Custom Murals

Make a statement with our collection of bold, eye-catching murals. Single-image designs perfect for accent walls in any room. Each mural is custom-printed to your exact dimensions.

@endforelse
@forelse($heroImages as $index => $image)
@empty
@endforelse

All Murals

Showing all designs

@forelse($products as $product) @include('components.product-card', ['product' => $product]) @empty

No murals available yet

@endforelse

About Our Murals

Custom Dimensions

Order murals in any size. Simply provide your width and height measurements, and we'll print to exact specifications.

Non-Repeating Design

Unlike wallpapers, murals are single cohesive images perfect for accent walls. One stunning focal point for your space.

Premium Quality

High-resolution printing with vibrant colors and excellent durability. Professional installation guides included.

Transform Your Space

Can't find the perfect mural? Our design experts can help you create a custom mural from your own image or concept.

@endsection @section('scripts') @endsection