@extends('layouts.app') @section('content') {{-- Hero Section --}}

Building Excellence, Forging Futures

Your trusted partner in commercial construction and renovation, delivering unparalleled quality and efficiency across the Greater Houston area.

Request a Consultation
{{-- Featured Projects Section --}}

Our Impactful Projects

We deliver high-quality results that speak for themselves. Explore some of our recent work.

@foreach ($projects as $project) {{-- Display top 3 projects --}} {{ $project['title'] }}

{{ $project['title'] }}

View Project
@endforeach
{{-- Trusted By Section --}}

Trusted By Industry Leaders

WS1 Logo Millmainsteel Logo Oakstory Logo Bluewave Logo
{{-- About Section --}}
About IBS Team
20+
Years of Experience

Your Foundation for Success

Since 2022, International Building Services LLC has been a cornerstone of quality in the Greater Houston area. We blend time-honored craftsmanship with modern techniques to deliver exceptional plumbing and general contracting services.

Our philosophy is simple: build with integrity, operate with transparency, and create lasting partnerships. We don't just construct buildings; we build your vision.

Learn More About Us
{{-- Quantifiable Metrics Section --}}

150+

Projects Delivered

99%

Client Satisfaction Rate

100%

Safety Record

{{-- Services Section --}}

Our Core Services

From initial design to final inspection, we offer a comprehensive suite of services to meet your needs.

@foreach ($services as $service)

{{ $service->title }}

{{ $service->description }}

@endforeach
{{-- Testimonials Section --}}

Hear From Our Valued Clients

@foreach ($testimonials as $testimonial)
@if ($testimonial->rating)
@for ($i = 0; $i < $testimonial->rating; $i++) @endfor
@endif

"{{ $testimonial->testimonial_text }}"

- {{ $testimonial->client_name }}

@endforeach
{{-- Pagination dots removed as requested --}}
{{-- Final Call-to-Action --}}

Ready to Build the Future?

Let's discuss your project. Partner with IBS for unparalleled craftsmanship and reliable, innovative solutions.

Get Your Free Estimate
@endsection @push('scripts') @endpush