Home
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>The Great American Realty</title>
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
<style>
body{margin:0;font-family:Arial;background:#f5f7fa}
header{background:#0b2c4d;color:#fff;padding:40px;text-align:center}
section{padding:40px;text-align:center}
.box{background:#fff;padding:20px;margin:10px;display:inline-block;width:260px}
footer{background:#0b2c4d;color:#fff;padding:20px;text-align:center}
</style>
</head>
<body>
<header>
<h1>The Great American Realty</h1>
<p>Trusted Real Estate Solutions Across the USA</p>
</header>
<section>
<h2>Our Services</h2>
<div class=”box”>Buy a Home</div>
<div class=”box”>Sell Property</div>
<div class=”box”>Real Estate Investment</div>
</section>
<footer>
© 2026 The Great American Realty
</footer>
</body>
</html>
