A commitment to innovation and sustainability

Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.

Building exterior in Toronto, Canada

A passion for creating spaces

Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.

Renovation and restoration

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Continuous Support

Experience the fusion of imagination and expertise with Études Architectural Solutions.

App Access

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Consulting

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Project Management

Experience the fusion of imagination and expertise with Études Architectural Solutions.

Architectural Solutions

Experience the fusion of imagination and expertise with Études Architectural Solutions.

An array of resources

Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.

Études Architect App

  • Collaborate with fellow architects.
  • Showcase your projects.
  • Experience the world of architecture.
Tourist taking photo of a building
Windows of a building in Nuremberg, Germany

Études Newsletter

  • A world of thought-provoking articles.
  • Case studies that celebrate architecture.
  • Exclusive access to design insights.

“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”

Annie Steiner

CEO, Greenprint

Watch, Read, Listen

Join 900+ subscribers

Stay in the loop with everything you need to know.

<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Brand Linker – MVP Landing Page</title>
  <style>
    /* Global styles */
    body {
      margin: 0;
      font-family: Arial, sans-serif;
      line-height: 1.6;
      color: #333;
    }
    header, section {
      padding: 60px 20px;
      max-width: 1200px;
      margin: 0 auto;
    }
    header {
      background: #f5f5f5;
      text-align: center;
      border-bottom: 2px solid #e0e0e0;
    }
    header h1 {
      margin-bottom: 20px;
      font-size: 2.5rem;
    }
    header p {
      margin-bottom: 30px;
      font-size: 1.2rem;
      color: #666;
    }
    .cta-buttons {
      display: flex;
      gap: 15px;
      justify-content: center;
      flex-wrap: wrap;
    }
    .cta-buttons a {
      display: inline-block;
      padding: 12px 24px;
      text-decoration: none;
      color: #fff;
      background: #0078d4;
      border-radius: 5px;
      transition: background 0.3s;
      font-weight: bold;
    }
    .cta-buttons a:hover {
      background: #005aa3;
    }
    /* Value proposition section */
    .values {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }
    .values div {
      background: #fafafa;
      padding: 20px;
      border: 1px solid #eee;
      border-radius: 8px;
      text-align: center;
    }
    .values div h3 {
      margin-bottom: 10px;
    }
    /* For whom section */
    .audience {
      display: flex;
      flex-wrap: wrap;
      gap: 40px;
      justify-content: center;
    }
    .audience article {
      flex: 1 1 300px;
      background: #fafafa;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
    }
    .audience article h3 {
      margin-bottom: 10px;
      color: #0078d4;
    }
    /* How it works section */
    .steps {
      display: flex;
      flex-direction: column;
      gap: 15px;
      counter-reset: step-counter;
    }
    .steps li {
      list-style: none;
      background: #fafafa;
      border: 1px solid #eee;
      border-radius: 8px;
      padding: 20px;
      position: relative;
    }
    .steps li::before {
      counter-increment: step-counter;
      content: counter(step-counter);
      position: absolute;
      top: 50%;
      left: -40px;
      transform: translateY(-50%);
      background: #0078d4;
      color: #fff;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
    }
    /* Call to action section */
    .cta-final {
      text-align: center;
      background: #f5f5f5;
      border-top: 2px solid #e0e0e0;
      padding: 40px 20px;
    }
    .cta-final a {
      font-size: 1.2rem;
    }
    /* Responsive adjustments */
    @media (max-width: 600px) {
      header h1 {
        font-size: 2rem;
      }
      header p {
        font-size: 1rem;
      }
    }
  </style>
</head>
<body>
  <!-- Hero Section -->
  <header>
    <h1>Connecting Asian Manufacturers with Gulf Distributors – Simply &amp; Securely</h1>
    <p>Brand Linker helps qualified manufacturers enter the Saudi &amp; GCC markets through verified distributors, regulatory support, and market-entry consulting.</p>
    <div class="cta-buttons">
      <a href="#manufacturer-form">Register as Manufacturer</a>
      <a href="#distributor-form">Register as Distributor</a>
    </div>
  </header>

  <!-- Value Proposition Section -->
  <section>
    <h2 style="text-align:center; margin-bottom: 40px;">Why Choose Brand Linker?</h2>
    <div class="values">
      <div>
        <h3>Verified Distributors</h3>
        <p>Access a network of pre-screened and trusted distributors in Saudi Arabia &amp; the GCC.</p>
      </div>
      <div>
        <h3>Regulatory Support</h3>
        <p>Get assistance with product registration, documentation, and compliance for smooth market entry.</p>
      </div>
      <div>
        <h3>Exclusive Matchmaking</h3>
        <p>We facilitate one-to-one introductions between manufacturers and distributors for mutually beneficial partnerships.</p>
      </div>
      <div>
        <h3>Trusted Negotiations</h3>
        <p>Benefit from our guidance during negotiation and contract finalization to ensure fair and transparent deals.</p>
      </div>
    </div>
  </section>

  <!-- Target Audience Section -->
  <section>
    <h2 style="text-align:center; margin-bottom: 40px;">Who Is This For?</h2>
    <div class="audience">
      <article>
        <h3>Manufacturers</h3>
        <p>Asian manufacturers seeking distribution partners in the Gulf.</p>
      </article>
      <article>
        <h3>Distributors</h3>
        <p>Saudi &amp; GCC distributors looking for quality suppliers and exclusive opportunities.</p>
      </article>
    </div>
  </section>

  <!-- How It Works Section -->
  <section>
    <h2 style="text-align:center; margin-bottom: 40px;">How It Works</h2>
    <ol class="steps">
      <li>Apply as a manufacturer or distributor and submit your details via the form.</li>
      <li>Our team verifies your credentials and product fit.</li>
      <li>We match you with the right partner for your needs.</li>
      <li>Meet, discuss, and negotiate directly with your potential partner.</li>
      <li>Sign the agreement and start trading with full support from Brand Linker.</li>
    </ol>
  </section>

  <!-- Final CTA Section -->
  <section class="cta-final">
    <h2>Ready to Expand Your Business?</h2>
    <p>Join Brand Linker today and connect with trusted partners across Asia and the Gulf.</p>
    <div class="cta-buttons">
      <a href="#manufacturer-form">Start Registration</a>
    </div>
  </section>

  <!-- Placeholder forms section to anchor registration links -->
  <section id="manufacturer-form" style="display:none;"></section>
  <section id="distributor-form" style="display:none;"></section>
</body>
</html>