@extends('layouts.app') @section('title', 'Wallpapers - 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

Premium Custom Wallpapers

Transform your spaces with our carefully curated collection of high-quality wallpapers. From botanical motifs to contemporary geometric patterns, each design is crafted with precision and printed to perfection.

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

All Wallpapers

Showing all designs

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

No products available

@endforelse

Need Help Choosing?

Schedule a free consultation with our design experts. We'll help you find the perfect wallpaper for your space.

@endsection @section('scripts') @endsection