<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Brain Hub Academy - India's leading online & offline platform for competitive exam preparation like IIT-JEE, NEET, NDA, CUET, Bank PO & more." />
<meta name="keywords" content="Brain Hub Academy, online test series, coaching institute, IIT-JEE, NEET, NDA, CUET, Bank PO, Zirakpur coaching, competitive exams" />
<meta name="author" content="Brain Hub Academy" />
<link rel="icon" type="image/jpeg" href="/images/brain-hub-logo.jpg" />
<title>Brain Hub Academy | Best Coaching for IIT-JEE, NEET, NDA, CUET & More</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; }
header { background-color: #1d294f; color: white; padding: 1rem 2rem; display: flex; align-items: center; justify-content: space-between; }
header img { height: 60px; }
nav a { color: white; margin: 0 1rem; text-decoration: none; font-weight: bold; }
.hero {
background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url('/images/brain-hub-banner.jpg') center/cover no-repeat;
color: white; text-align: center; padding: 5rem 2rem;
}
.hero h1 { font-size: 3rem; }
.section { padding: 3rem 2rem; text-align: center; }
footer { background: #1d294f; color: white; text-align: center; padding: 1rem 2rem; }
</style>
</head>
<body>
<header>
<img src="/images/brain-hub-logo.jpg" alt="Brain Hub Academy Logo" />
<nav>
<a href="#about">About</a>
<a href="#courses">Courses</a>
<a href="#contact">Contact</a>
</nav>
</header>
<section class="hero">
<h1>Welcome to Brain Hub Academy</h1>
<p>Empowering Future Minds with Affordable, High-Quality Education</p>
</section>
<section class="section" id="about">
<h2>About Us</h2>
<p>Brain Hub Academy is a trusted platform for online and offline preparation for over 1500 national and international exams in India. We offer expert guidance for IIT-JEE, NEET, NDA, MBA, CUET, Bank PO, and more.</p>
</section>
<section class="section" id="courses">
<h2>Our Courses</h2>
<ul>
<li>IIT-JEE & NEET Preparation</li>
<li>CUET & NDA Coaching</li>
<li>Bank PO & MBA Entrance</li>
<li>Home Tuition for 8th–12th Classes</li>
<li>USA ETF Investment Education</li>
</ul>
</section>
<section class="section" id="contact">
<h2>Contact Us</h2>
<p>Phone: 7015527774</p>
<p>Address: VIP Road, Zirakpur, Punjab</p>
<p>Email: contact@brainhubacademy.com</p>
</section>
<footer>
<p>© 2025 Brain Hub Academy. All rights reserved.</p>
</footer>
</body>
</html>