<html lang="ro">

<head>

  <meta charset="UTF-8">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">

  <title>La Plage | Cazare boutique Mangalia</title>

  <link href="https://fonts.googleapis.com/css2?family=Playfair+Display&family=Open+Sans&display=swap" rel="stylesheet">

  <style>

    body {

      font-family: 'Open Sans', sans-serif;

      margin: 0;

      background-color: #ffffff;

      color: #333;

    }

    header {

      background: url('logo-placeholder.png') no-repeat center left;

      background-size: 120px;

      padding: 20px 20px 20px 150px;

      background-color: #f5f5f5;

    }

    nav {

      text-align: right;

      padding: 10px 20px;

    }

    nav a {

      margin: 0 15px;

      text-decoration: none;

      color: #333;

      font-weight: bold;

    }

    .hero {

      background: url('hero-image.jpg') center/cover no-repeat;

      height: 80vh;

      display: flex;

      align-items: center;

      justify-content: center;

      color: white;

      text-shadow: 1px 1px 5px rgba(0,0,0,0.5);

      font-family: 'Playfair Display', serif;

    }

    .hero h1 {

      font-size: 48px;

    }

    section {

      padding: 60px 20px;

      max-width: 1200px;

      margin: 0 auto;

    }

    h2 {

      font-family: 'Playfair Display', serif;

      font-size: 32px;

    }

    .about, .rooms, .contact {

      margin-bottom: 60px;

    }

    footer {

      background-color: #f5f5f5;

      padding: 20px;

      text-align: center;

      font-size: 14px;

      color: #666;

    }

  </style>

</head>

<body>

  <header>

    <nav>

      <a href="#about">Despre</a>

      <a href="#rooms">Camere</a>

      <a href="#contact">Contact</a>

    </nav>

  </header>

  <div class="hero">

    <h1>La Plage – Boutique la malul mării</h1>

  </div>

  <section id="about" class="about">

    <h2>About Us</h2>

    <p>La Plage este o cazare boutique cu 7 camere spațioase, situată în inima Portului Turistic Mangalia – între dig, plajă și portul cu veliere. Cu 4 camere cu vedere la port și 3 camere pe nisip, oferim o experiență liniștită și elegantă. La parter, beach bar-ul propriu și un restaurant sezonier completează atmosfera de vacanță.</p>

  </section>

  <section id="rooms" class="rooms">

    <h2>Camere & Tarife</h2>

    <p>Toate camerele au aproximativ 28 m², sunt complet mobilate, cu aer condiționat, baie privată și balcon. Camerele sudice oferă vedere spre port și veliere, iar cele nordice – direct pe plajă. Galerie foto în curând.</p>

  </section>

  <section id="contact" class="contact">

    <h2>Contact & Rezervări</h2>

    <p>Email: contact@laplage.eu<br>

    Telefon / WhatsApp: +40 712 XXX XXX<br>

    Locație: Portul Turistic Mangalia, chiar la intrarea pe dig</p>

  </section>

  <footer>

    &copy; 2025 La Plage Boutique Stay · Design by La Plage Team

  </footer>

</body>

</html>