<?php
$hreflang_config = include($_SERVER['DOCUMENT_ROOT'] . '/hreflang-map.php');
$current_page = basename(__FILE__); 
?>


<!DOCTYPE html>
<html lang="en" dir="ltr">

<head>
<meta charset="utf-8">
<meta name="description" content="Contact Afrosmeet Qatar, the Afro dating app connecting Black singles and the African diaspora in Doha and across Qatar. Get support, partnerships, or event information.">

	
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="./assets/favicons/favicon.ico">
<link rel="stylesheet" href="./assets/css/styles.css">

<title>Contact Afrosmeet Qatar | Support, Events & Partnerships</title>



<?php 
  // Nettoyage automatique du nom de la page pour l'index
  $url_path = ($current_page === 'index.php') ? '' : $current_page;
?>

<link rel="canonical" href="<?php echo $hreflang_config['site_url'] . '/qa/' . $url_path; ?>" />

<?php foreach ($hreflang_config['locales'] as $folder => $lang): 
    // Gestion propre du slash pour 1 ou 2 niveaux (ex: 'gb/' ou 'cm/fr/')
    $prefix = !empty($folder) ? rtrim($folder, '/') . '/' : '';
    $url = $hreflang_config['site_url'] . '/' . $prefix . $url_path;
?>
<link rel="alternate" hreflang="<?php echo $lang; ?>" href="<?php echo $url; ?>" />
<?php endforeach; ?>

<link rel="alternate" hreflang="x-default" href="<?php echo $hreflang_config['x_default'] . $url_path; ?>" />


<!-- Organization structured data for Afrosmeet -->
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Organization",
  "name": "Afrosmeet",
  "url": "https://afrosmeet.com/qa/",
  "logo": "https://afrosmeet.com/assets/images/logo.png",
  "sameAs": [
    "https://www.instagram.com/afrosmeet/",
    "https://www.facebook.com/afrosmeet/",
    "https://twitter.com/afrosmeet"
  ]
}
</script>


  <style>
    body {
      font-family: Arial, sans-serif;
      color: #333;
      margin: 0;
      padding: 0;
      line-height: 1.6;
      background-color: #fff;
    }
    .logo {
      text-align: center;
      margin: 20px 0 10px;
    }
    .logo img {
      width: 80px;
    }
    .back-home {
      text-align: center;
      margin-bottom: 20px;
    }
    .back-home a {
      font-size: 14px;
      color: #A87A2D;
      text-decoration: none;
    }
    .container {
      max-width: 800px;
      margin: 0 auto;
      padding: 20px;
    }
    h1 {
      color: #A87A2D;
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px;
    }
    h2 {
      font-size: 20px;
      text-align: center;
      margin: 30px 0 10px;
    }
    p {
      font-size: 16px;
      text-align: center;
      margin: 0 0 20px;
    }
    .contact-info {
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px;
    }
    .contact-info a {
      color: #A87A2D;
      text-decoration: none;
    }
  </style>
</head>

<body>

  <div class="logo">
    <a href="/qa"><img src="./assets/images/mobile-logo.png" alt="Logo Afrosmeet"></a>
  </div>

  <div class="back-home">
<a href="/qa">← Back to home</a>
  </div>

  <div class="container">
<h1>Contact Us</h1>

<p>Got a question? A problem? A suggestion?</p>
<p>We're here to help you!</p>

<div class="contact-info">
  <p><strong>Email:</strong> <a href="mailto:contact@afrosmeet.com">contact@afrosmeet.com</a></p>
  <p><strong>Address:</strong> 34 avenue des Champs-Élysées, 75008 Paris, France</p>
</div>

<p>Our team will get back to you as soon as possible.</p>

  </div>

</body>

</html>
