<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8">
  <title>BrightMind SEN & Support Solutions</title>
  <link rel="stylesheet" href="style.css">
</head>
<body>

<header>
  <h1>BrightMind SEN & Support Solutions</h1>
  <p>Supporting children, young people, and families with care and understanding</p>
</header>

<nav>
  <a href="index.html">Home</a>
  <a href="about.html">About</a>
  <a href="services.html">Services</a>
  <a href="safeguarding.html">Safeguarding</a>
  <a href="contact.html">Contact</a>
</nav>

<section>
  <h2>Welcome</h2>
  <p>
    BrightMind SEN & Support Solutions provides dedicated support for children and young people with
    special educational needs. We work closely with families to make sure every child feels supported,
    understood, and able to reach their full potential.
  </p>

  <p>
    Our approach is calm, caring, and child-focused. We believe every child deserves patience,
    respect, and the right support at the right time.
  </p>
</section>

<footer>
  <p>© 2026 BrightMind SEN & Support Solutions</p>
</footer>

</body>
</html>