<!-- Hero Section -->
<section style="background-image:url('INSERT_HERO_IMAGE_URL'); background-size:cover; background-position:center; padding:120px 20px; text-align:center; color:white;">
<h1 style="font-size:3em; margin-bottom:10px;">Premium Curtains in Dubai</h1>
<p style="font-size:1.2em; max-width:700px; margin:auto;">High-quality custom curtains tailored to your style, adding elegance and comfort to every space.</p>
</section>
<!-- Features Section -->
<section style="padding:60px 20px; text-align:center; background:#f9f9f9;">
<h2 style="font-size:2em; margin-bottom:40px;">Our Curtain Services</h2>
<div style="display:flex; flex-wrap:wrap; justify-content:center; gap:30px; max-width:1200px; margin:auto;">
<div style="flex:1 1 250px; background:white; padding:30px; border-radius:10px; box-shadow:0 4px 15px rgba(0,0,0,0.1);">
<img src="INSERT_FEATURE_IMAGE1_URL" alt="Custom Curtains" style="width:100%; height:200px; object-fit:cover; border-radius:5px; margin-bottom:15px;">
<h3>Custom Sizes</h3>
<p>Curtains made to perfectly fit your windows, matching your interior style and needs.</p>
</div>
<div style="flex:1 1 250px; background:white; padding:30px; border-radius:10px; box-shadow:0 4px 15px rgba(0,0,0,0.1);">
<img src="INSERT_FEATURE_IMAGE2_URL" alt="Premium Fabrics" style="width:100%; height:200px; object-fit:cover; border-radius:5px; margin-bottom:15px;">
<h3>Premium Fabrics</h3>
<p>Choose from a wide range of high-quality fabrics for style, comfort, and durability.</p>
</div>
<div style="flex:1 1 250px; background:white; padding:30px; border-radius:10px; box-shadow:0 4px 15px rgba(0,0,0,0.1);">
<img src="INSERT_FEATURE_IMAGE3_URL" alt="Expert Installation" style="width:100%; height:200px; object-fit:cover; border-radius:5px; margin-bottom:15px;">
<h3>Expert Installation</h3>
<p>Professional installation ensures every curtain is perfectly hung and finished with precision.</p>
</div>
</div>
</section>
<!-- Call to Action -->
<section style="background:#4C7688; color:white; text-align:center; padding:80px 20px;">
<h2 style="font-size:2.2em; margin-bottom:20px;">Request a Free Estimate</h2>
<p style="font-size:1.1em; max-width:700px; margin:auto 0 30px;">Contact our team today for a fast, obligation-free quote for your custom curtains or interior project.</p>
<a href="/contact-us" style="background:white; color:#4C7688; padding:15px 30px; text-decoration:none; border-radius:5px; font-weight:bold;">Get Your Free Estimate</a>
</section>