<html>
<head>
<title>Folcroft Auto Body | Expert Collision Repair</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {font-family: Arial; margin:0; padding:0; text-align:center; background:#f8f8f8;}
.header {background:#002b5c; color:white; padding:20px;}
.phone {font-size:28px; font-weight:bold; color:#ffd700; text-decoration:none;}
.section {padding:40px 20px; max-width:800px; margin:auto;}
button {background:#002b5c; color:white; padding:15px 30px; font-size:18px; border:none; border-radius:5px;}
</style>
</head>
<body>
<div class="header">
<h1>Folcroft Auto Body</h1>
<p>Family Owned • 30 Years Experience</p>
<a href="tel:610-583-1188" class="phone">(610) 583-1188</a>
</div>
<div class="section">
<h2>Expert Auto Body & Collision Repair</h2>
<p>Serving Folcroft, Swarthmore, Aston, Ridley, Darby & surrounding areas</p>
<button onclick="window.location.href='tel:610-583-1188'">Call Now For Free Estimate</button>
</div>
<div class="section">
<h2>Towing Available</h2>
<p>Need a tow? Call our main number — we’ll take care of you.</p>
</div>
<div class="section">
<h2>Follow Us</h2>
<p><a href="https://facebook.com">Facebook</a> • <a href="https://instagram.com">Instagram</a> • <a href="https://tiktok.com">TikTok</a></p>
</div>
<p style="padding:30px; color:#555;">Folcroft Auto Body • Maple Ave, Folcroft, PA • (610) 583-1188</p>
</body>
</html>