<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Byber - Robotaxi Revolution</title>
<meta name="description" content="Autonomous ridesharing for the future. Safe, efficient, and eco-friendly.">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<nav>
<h1>Byber</h1>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</header>
<main>
<section id="hero" style="background: linear-gradient(to right, #00bfff, #ff69b4); color: white; padding: 100px 20px; text-align: center;">
<h2>Byber: The Future of Autonomous Mobility</h2>
<p>Safe, fast, and sustainable robotaxi rides powered by cutting-edge AI.</p>
<button style="padding: 15px 30px; font-size: 1.2em; background: #fff; color: #333; border: none; border-radius: 50px; cursor: pointer;">Join the Waitlist</button>
</section>
</main>
<footer>
<p>© 2026 Byber.us. All rights reserved.</p>
</footer>
<script src="script.js"></script>
</body>
</html>