Meta Description" name="description" />
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Heaven Motors - Premium Car Showroom</title>
<style>
body { font-family: Arial, sans-serif; margin: 0; padding: 0; background-color: #f4f4f4; }
header { background-color: #333; color: white; padding: 20px; text-align: center; }
nav { background-color: #444; padding: 10px; text-align: center; }
nav a { color: white; margin: 0 15px; text-decoration: none; }
section { padding: 20px; max-width: 1200px; margin: auto; }
.hero { background-image: url('https://via.placeholder.com/1200x400?text=Heaven+Motors+Showroom'); background-size: cover; height: 400px; display: flex; align-items: center; justify-content: center; color: white; text-shadow: 2px 2px 4px rgba(0,0,0,0.5); }
.cars { display: flex; flex-wrap: wrap; justify-content: space-around; }
.car { background: white; margin: 10px; padding: 10px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); width: 300px; text-align: center; }
footer { background-color: #333; color: white; text-align: center; padding: 10px; }
</style>
</head>
<body>
<header>
<h1>Heaven Motors</h1>
<p>Your Premier Destination for All Types of Cars</p>
</header>
<nav>
<a href="#home">Home</a>
<a href="#about">About</a>
<a href="#inventory">Inventory</a>
<a href="#contact">Contact</a>
</nav>
<section id="home" class="hero">
<h2>Welcome to Heaven Motors</h2>
<p>Dealing in Toyota, Honda, Suzuki, GLI, Grandi, Jaco, and more!</p>
</section>
<section id="about">
<h2>About Us</h2>
<p>Heaven Motors is a leading car showroom offering a wide range of vehicles from top brands like Toyota, Honda, Suzuki, and more. We specialize in GLI, Grandi, Jaco, and various other models to suit every need and budget.</p>
</section>
<section id="inventory">
<h2>Featured Inventory</h2>
<div class="cars">
<div class="car">
<img src="https://via.placeholder.com/300x200?text=Toyota+Model" alt="Toyota Car">
<h3>Toyota Camry</h3>
<p>Reliable and efficient sedan.</p>
</div>
<div class="car">
<img src="https://via.placeholder.com/300x200?text=Honda+Model" alt="Honda Car">
<h3>Honda Civic</h3>
<p>Stylish and fuel-efficient.</p>
</div>
<div class="car">
<img src="https://via.placeholder.com/300x200?text=Suzuki+Model" alt="Suzuki Car">
<h3>Suzuki Swift</h3>
<p>Compact and affordable.</p>
</div>
<div class="car">
<img src="https://via.placeholder.com/300x200?text=GLI+Model" alt="GLI Car">
<h3>Toyota GLI</h3>
<p>Premium sedan with great features.</p>
</div>
<div class="car">
<img src="https://via.placeholder.com/300x200?text=Grandi+Model" alt="Grandi Car">
<h3>Grandi</h3>
<p>Spacious and comfortable for families.</p>
</div>
<div class="car">
<img src="https://via.placeholder.com/300x200?text=Jaco+Model" alt="Jaco Car">
<h3>Jaco</h3>
<p>Versatile and economical.</p>
</div>
</div>
</section>
<section id="contact">
<h2>Contact Us</h2>
<p>Phone: +92 312 6545652</p>
<p>Email: info@heavenmotors.com</p>
<p>Address: [Insert Address Here]</p>
</section>
<footer>
<p>© 2023 Heaven Motors. All rights reserved.</p>
</footer>
</body>
</html>8
2
4KB
4KB
182.0ms
608.0ms
331.0ms