// index.html Emiratiles

Premium Tiles for Elegant Spaces

Luxury ceramic and marble tiles for homes, offices, and commercial interiors.

Our Tile Collection

Royal Marble

Royal Marble

$4.99 / sq.ft

Desert Stone

Desert Stone

$3.49 / sq.ft

Modern Ceramic

Modern Ceramic

$5.20 / sq.ft

Showroom

Why Choose Emiratiles?

Emiratiles provides modern and luxurious tile solutions inspired by Middle Eastern elegance and contemporary architecture.

500+

Tile Designs

20 Years

Experience

Fast Delivery

Across USA

Custom Orders

Available

Get a Free Quote

Contact us today for pricing and consultation.

/* style.css */ * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Arial, sans-serif; background: #f5f5f5; color: #333; line-height: 1.6; } .container { width: 90%; max-width: 1200px; margin: auto; } header { background: white; position: sticky; top: 0; z-index: 1000; box-shadow: 0 2px 10px rgba(0,0,0,0.1); } .nav { display: flex; justify-content: space-between; align-items: center; padding: 20px 0; } .logo { color: #e67e22; } nav a { margin-left: 20px; text-decoration: none; color: #333; font-weight: bold; } .hero { height: 85vh; background: url('https://images.unsplash.com/photo-1505693416388-ac5ce068fe85?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat; position: relative; display: flex; justify-content: center; align-items: center; text-align: center; } .overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.5); } .hero-content { position: relative; color: white; max-width: 700px; padding: 20px; } .hero-content h2 { font-size: 3rem; margin-bottom: 20px; } .hero-content p { margin-bottom: 30px; } button { background: #e67e22; color: white; border: none; padding: 14px 28px; border-radius: 10px; cursor: pointer; font-size: 1rem; } .products { padding: 80px 0; text-align: center; } .product-grid { margin-top: 40px; display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .card { background: white; border-radius: 20px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .card img { width: 100%; height: 250px; object-fit: cover; } .card-content { padding: 20px; } .card-content h3 { margin-bottom: 10px; } .card-content p { color: #e67e22; font-weight: bold; margin-bottom: 20px; } .about { background: white; padding: 80px 0; } .about-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: center; } .about-grid img { width: 100%; border-radius: 20px; } .stats { margin-top: 30px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; } .stats div { background: #f1f1f1; padding: 20px; border-radius: 15px; } .contact { background: #222; color: white; text-align: center; padding: 80px 0; } form { margin-top: 40px; display: grid; gap: 20px; } input, textarea { padding: 15px; border-radius: 10px; border: none; font-size: 1rem; } textarea { min-height: 140px; } footer { background: black; color: #aaa; text-align: center; padding: 20px; } @media(max-width: 768px) { .hero-content h2 { font-size: 2rem; } nav { display: none; } } // script.js console.log('Emiratiles website loaded successfully');