Gallery Showcase
Explore our innovative car wash experience through real-time streaming and transparency.
Experience Transparency
Watch your car being cleaned live with our innovative camera technology. Book your wash today for unmatched peace of mind.
<!-- Live Stream Access Section -->
<section id="livestream" style="padding: 60px 20px; background-color: #f4f4f4; text-align: center;">
<h2 style="font-size: 2.5rem; margin-bottom: 10px;">Live Stream Access</h2>
<p style="font-size: 1.1rem; margin-bottom: 30px; max-width: 600px; margin: 0 auto;">
Watch your vehicle being cleaned in real time. Our cleaners wear chest-mounted cameras so you can view every detail, every time.
</p>
<!-- Placeholder for Live Video -->
<div style="max-width: 720px; margin: 40px auto;">
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; border-radius: 12px; box-shadow: 0 4px 12px rgba(0,0,0,0.2);">
<!-- Replace src with your actual streaming link when ready -->
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ"
frameborder="0"
allowfullscreen
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;">
</iframe>
</div>
</div>
<button style="margin-top: 30px; padding: 12px 24px; font-size: 1rem; border: none; background-color: #007BFF; color: white; border-radius: 6px; cursor: pointer;">
Watch My Car Now
</button>
</section>