@extends("layouts.app") @section('title', '- Modern Interior Design') @section('meta_description', 'Innovative and contemporary interior design solutions') @section('content')
@forelse($banners as $slide)

{{ $slide->title }}

{{ $slide->subtitle }}

{{ $slide->button_text ?? 'Start Your Project' }}
@empty

Welcome to Interior Design

Transforming Spaces, Creating Experiences

Start Your Project
@endforelse

Our Latest Collections

@forelse($featuredProjects as $project)
{{ $project->title }}

{{ $project->title }}

View Project
@empty

No featured projects available at the moment.

@endforelse

Why Choose Our Textiles

At Fabric Fusion, we blend traditional craftsmanship with modern innovation to create textiles that inspire.

Premium Quality

Our textiles are crafted using the finest materials and meticulous attention to detail.

Sustainable Practices

We're committed to eco-friendly production methods that respect our planet.

Award-Winning Design

Our unique patterns and innovative designs have received industry recognition.

Durable & Long-lasting

Created to withstand the test of time, our fabrics maintain their beauty for years.

Our Gallery

@php $galleryImages = [ 'gal1.jpg', 'gal2.jpg', 'gal3.jpg', 'gal4.jpg', 'gal5.jpg', 'gal6.jpg' ]; @endphp @foreach($galleryImages as $index => $image) @endforeach

What Our Clients Say

@forelse($testimonials as $testimonial)

"{{ $testimonial->content }}"

{{ $testimonial->client_name }}

{{ $testimonial->client_name }}

{{ $testimonial->client_position }}

@empty

"We were amazed by the transformation of our space. The team was professional and delivered beyond our expectations."

👤

Sample Client

Happy Customer

@endforelse
@push('scripts') @endpush @endsection