135 lines
4 KiB
HTML
135 lines
4 KiB
HTML
<!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="Fluffed Up offers wash, dry, fold, and light mending laundry services with doorstep pickup and delivery in Peoria & Dunlap, IL." />
|
||
<meta name="keywords" content="laundry service Peoria IL, laundry pickup Peoria, Fluffed Up laundry, wash dry fold Dunlap IL" />
|
||
<meta name="author" content="Fluffed Up" />
|
||
<title>Fluffed Up | Laundry Pickup & Delivery in Peoria & Dunlap IL</title>
|
||
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap" rel="stylesheet">
|
||
<style>
|
||
body {
|
||
margin: 0;
|
||
font-family: 'Nunito', sans-serif;
|
||
background-color: #fff;
|
||
color: #333;
|
||
line-height: 1.6;
|
||
}
|
||
header, section, footer {
|
||
padding: 1.5rem;
|
||
}
|
||
header {
|
||
background: #cce7e8;
|
||
text-align: center;
|
||
}
|
||
header h1 {
|
||
margin-bottom: 0.5rem;
|
||
font-size: 2rem;
|
||
}
|
||
header p {
|
||
font-size: 1.2rem;
|
||
}
|
||
.services, .pricing {
|
||
background: #fef9f6;
|
||
margin: 2rem 0;
|
||
border-radius: 8px;
|
||
}
|
||
.services h2, .pricing h2, .cta h2 {
|
||
color: #e87060;
|
||
}
|
||
.service-item, .pricing-table {
|
||
margin-top: 1rem;
|
||
}
|
||
.pricing-table table {
|
||
width: 100%;
|
||
border-collapse: collapse;
|
||
}
|
||
.pricing-table th, .pricing-table td {
|
||
border: 1px solid #ddd;
|
||
padding: 0.75rem;
|
||
text-align: left;
|
||
}
|
||
.hero-img, .gallery-img {
|
||
width: 100%;
|
||
border-radius: 8px;
|
||
max-height: 250px;
|
||
object-fit: cover;
|
||
}
|
||
.cta {
|
||
text-align: center;
|
||
background: #d2f0e4;
|
||
border-radius: 8px;
|
||
padding: 2rem 1rem;
|
||
}
|
||
.cta a {
|
||
background: #e87060;
|
||
color: #fff;
|
||
padding: 1rem 2rem;
|
||
text-decoration: none;
|
||
border-radius: 5px;
|
||
font-weight: bold;
|
||
}
|
||
footer {
|
||
text-align: center;
|
||
font-size: 0.9rem;
|
||
color: #777;
|
||
}
|
||
@media (min-width: 600px) {
|
||
header h1 {
|
||
font-size: 2.5rem;
|
||
}
|
||
}
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<header>
|
||
<h1>Fluffed Up</h1>
|
||
<p>We handle your dirty laundry — with clean hands and a soft touch.</p>
|
||
<img src="logo.png" alt="Laundry Service" class="hero-img" />
|
||
</header>
|
||
|
||
<section class="services">
|
||
<h2>Our Services</h2>
|
||
<div class="service-item">
|
||
<strong>Wash / Dry / Fold</strong>: Professionally fluffed. Emotionally supported.
|
||
</div>
|
||
<div class="service-item">
|
||
<strong>Light Mending</strong>: The only thing we mess with is wrinkles.
|
||
</div>
|
||
</section>
|
||
|
||
<section class="pricing">
|
||
<h2>Pricing</h2>
|
||
<div class="pricing-table">
|
||
<table>
|
||
<tr><th>Option</th><th>Price</th><th>Notes</th></tr>
|
||
<tr><td>Per Pound</td><td>$1.75/lb</td><td>10 lb minimum</td></tr>
|
||
<tr><td>Per 30-Gal Bag</td><td>$45 flat</td><td>Up to ~25 lbs</td></tr>
|
||
<tr><td>Rush Service</td><td>+$10</td><td>24-hour turnaround</td></tr>
|
||
<tr><td>Pickup & Delivery</td><td>Included or +$5–10</td><td>Based on distance</td></tr>
|
||
<tr><td>Add-ons</td><td>Varies</td><td>Ironing, hypoallergenic soap, etc.</td></tr>
|
||
</table>
|
||
</div>
|
||
</section>
|
||
|
||
<section class="cta">
|
||
<h2>Laundry without the load</h2>
|
||
<p>Serving Peoria & Dunlap, IL. Free pickup and delivery — fluff it and forget it!</p>
|
||
<a href="https://fluffed-up.com">Schedule a Pickup</a>
|
||
<p style="margin-top: 1rem; font-style: italic;">Standard 48-hour service or 24-hour express for +$10</p>
|
||
</section>
|
||
|
||
<section>
|
||
<h2 style="text-align:center;">What it feels like to be Fluffed Up</h2>
|
||
<img src="/clean-towels.png" alt="Clean Laundry" class="gallery-img">
|
||
<img src="/basket-on-doorstep.png" alt="Folded Clothes" class="gallery-img">
|
||
</section>
|
||
|
||
<footer>
|
||
<p>© 2025 Fluffed Up Laundry Co. | Peoria & Dunlap, IL | <a href="mailto:hello@fluffed-up.com">hello@fluffed-up.com</a></p>
|
||
<p>Follow us @fluffeduplaundry</p>
|
||
</footer>
|
||
</body>
|
||
</html>
|
||
|