<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <title>Architectural Copywriting for Real Estate</title>
  <link rel="stylesheet" href="style.css" />
</head>
<body>

  <header>
    <h1>ARCHITECTURAL COPYWRITING FOR AUSTRALIAN REAL ESTATE AGENCIES</h1>
  </header>

  <nav>
    <a href="index.html">Home</a>
    <a href="how-it-works.html">How It Works</a>
    <a href="samples.html">Copywriting Samples</a>
    <a href="about.html">About</a>
  </nav>

  <main class="container">
    <h2>Listing Copywriting Service</h2>
    <p>You have enough to do without trying to write all the property listings – but they still need to be done well or you just won’t attract the clientele. The solution is to outsource this writing to an experienced architectural copywriter whom you can trust.</p>

    <p>I am a professional copywriter with enormous writing, editorial and architectural experience. You can therefore rest easy that the property's features and opportunities will be strongly promoted.</p>
  </main>

  <footer>
    <p><a href="mailto:copywriter@cameronrussell.com.au">copywriter@cameronrussell.com.au</a><br>
    &copy; Cameron Russell Copywriter 2025</p>
  </footer>

</body>
</html>