<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Ethos Home Solutions — Tailored Organization for Real Life</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Calm, clutter-free spaces that work for real life. Serving Newtown, Bucks County, and Greater Philadelphia." />
<link rel="icon" href="favicon.ico" />
<!-- Tailwind CSS (CDN) -->
<script src="https://cdn.tailwindcss.com"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: { primary: { DEFAULT: '#0f172a' } },
boxShadow: { soft: '0 6px 20px rgba(0,0,0,0.08)' }
}
}
};
</script>
<style>html { scroll-behavior: smooth; }</style>
</head>
<body class="bg-white text-slate-800 antialiased">
<!-- Header / Nav -->
<header class="sticky top-0 z-40 border-b bg-white/80 backdrop-blur supports-[backdrop-filter]:bg-white/60">
<div class="mx-auto flex max-w-7xl items-center justify-between px-4 py-3">
<a href="#" class="flex items-center gap-3">
<!-- Place your logo at /Transparent Logo.png -->
<img src="/Transparent Logo.png" alt="Ethos Home Solutions Logo" class="h-10 w-10 object-contain" />
<div class="leading-tight">
<div class="font-semibold tracking-wide">Ethos Home Solutions</div>
<div class="text-sm text-slate-500">Tailored Organization for Real Life</div>
</div>
</a>
<nav class="hidden gap-6 md:flex">
<a href="#ethos" class="text-sm text-slate-500 hover:text-slate-900">Our Ethos</a>
<a href="#services" class="text-sm text-slate-500 hover:text-slate-900">Services</a>
<a href="#spotlight" class="text-sm text-slate-500 hover:text-slate-900">Client Spotlight</a>
<a href="#social" class="text-sm text-slate-500 hover:text-slate-900">Social Media</a>
<a href="#contact" class="text-sm text-slate-500 hover:text-slate-900">Contact</a>
</nav>
<div class="hidden md:block">
<a href="#contact" class="inline-flex items-center rounded-lg border px-4 py-2 text-sm font-medium hover:bg-slate-50">
Get Organized <span class="ml-2">→</span>
</a>
</div>
</div>
</header>
<main>
<!-- Hero -->
<section class="relative overflow-hidden">
<div class="mx-auto grid max-w-7xl items-center gap-10 px-4 py-16 md:grid-cols-2 md:py-20">
<div>
<span class="inline-flex items-center gap-2 rounded-full border bg-white px-3 py-1 text-sm">
<span class="h-4 w-4 rounded-full border"></span>
Newtown • Bucks County • Greater Philly
</span>
<h1 class="mt-4 text-4xl font-semibold sm:text-5xl">
Calm, clutter-free spaces that work for real life.
</h1>
<p class="mt-4 text-slate-600">
We create functional, family-friendly systems that are easy to maintain — from toy zones and pantries to closets and whole-room resets.
</p>
<div class="mt-6 flex flex-wrap items-center gap-3">
<a href="#services" class="rounded-lg bg-slate-900 px-5 py-3 text-sm font-semibold text-white hover:bg-black">Explore Services</a>
<a href="#contact" class="text-sm font-medium hover:underline">Book a consult</a>
</div>
<ul class="mt-6 grid grid-cols-2 gap-3 text-sm text-slate-600 sm:max-w-lg">
<li class="flex items-center gap-2"><span class="h-4 w-4 rounded-full border"></span>Kid-friendly toy categorizing</li>
<li class="flex items-center gap-2"><span class="h-4 w-4 rounded-full border"></span>Kitchen & pantry zones</li>
<li class="flex items-center gap-2"><span class="h-4 w-4 rounded-full border"></span>Dining room reset</li>
<li class="flex items-center gap-2"><span class="h-4 w-4 rounded-full border"></span>Piano room flow & focal point</li>
</ul>
</div>
<div class="relative">
<div class="grid grid-cols-3 gap-3">
<!-- Replace with real images if desired -->
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
<div class="aspect-square rounded-2xl border bg-slate-100"></div>
</div>
</div>
</div>
</section>
<!-- Our Ethos -->
<section id="ethos" class="border-t">
<div class="mx-auto max-w-7xl px-4 py-16">
<div class="mx-auto max-w-3xl text-center">
<div class="mb-2 text-sm font-medium tracking-widest text-primary uppercase">Our Ethos</div>
<h2 class="text-3xl font-semibold sm:text-4xl">Tailored organization for real life</h2>
<p class="mt-3 text-slate-600">Functional, clutter-free, and aesthetically harmonious spaces that enhance daily usability and comfort.</p>
</div>
<div class="mx-auto mt-8 grid max-w-5xl gap-6 md:grid-cols-3">
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Listen & learn</h3>
<p class="mt-3 text-sm text-slate-600">We start with a walkthrough and inventory to understand your routines, bottlenecks, and goals.</p>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Design & plan</h3>
<p class="mt-3 text-sm text-slate-600">Clear categories, storage zones, and labels — planned to fit your space and family rhythms.</p>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Implement & maintain</h3>
<p class="mt-3 text-sm text-slate-600">Hands-on decluttering, setup, and a simple guide so the system stays easy to keep up.</p>
</div>
</div>
</div>
</section>
<!-- Services (Four-room focus) -->
<section id="services" class="border-t bg-slate-50/60">
<div class="mx-auto max-w-7xl px-4 py-16">
<div class="mx-auto max-w-3xl text-center">
<div class="mb-2 text-sm font-medium tracking-widest text-primary uppercase">Services</div>
<h2 class="text-3xl font-semibold sm:text-4xl">Four-room organization focus</h2>
<p class="mt-3 text-slate-600">Deep clean, declutter, and systemize — with labeled, easy-to-maintain storage.</p>
</div>
<div class="mt-10 grid gap-6 md:grid-cols-2">
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Second Floor Living Room</h3>
<ul class="mt-4 list-inside list-disc space-y-2 text-sm text-slate-600">
<li>Review, edit, and categorize toys & misc. items</li>
<li>Clear categories (games, art supplies, building sets)</li>
<li>Labeled systems for long-term upkeep</li>
</ul>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Main Floor Piano Room</h3>
<ul class="mt-4 list-inside list-disc space-y-2 text-sm text-slate-600">
<li>Reduce visual clutter — especially corners</li>
<li>Improve flow & highlight the piano as focal point</li>
<li>Aesthetic balance with open space</li>
</ul>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Dining Room</h3>
<ul class="mt-4 list-inside list-disc space-y-2 text-sm text-slate-600">
<li>Restore a welcoming gathering space</li>
<li>Remove non-dining items; add discrete hosting storage</li>
<li>Layout that supports conversation & flow</li>
</ul>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Kitchen</h3>
<ul class="mt-4 list-inside list-disc space-y-2 text-sm text-slate-600">
<li>Optimize layout for efficiency & ease</li>
<li>Streamline cabinets & countertops</li>
<li>Zones + labeled, accessible storage for family routines</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Client Spotlight -->
<section id="spotlight" class="border-t">
<div class="mx-auto max-w-7xl px-4 py-16">
<div class="mx-auto max-w-3xl text-center">
<div class="mb-2 text-sm font-medium tracking-widest text-primary uppercase">Client Spotlight</div>
<h2 class="text-3xl font-semibold sm:text-4xl">Before → After, simplified</h2>
<p class="mt-3 text-slate-600">A quick look at recent whole-room resets and category systems.</p>
</div>
<div class="mt-10 grid gap-6 md:grid-cols-3">
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<div class="aspect-[4/3] w-full rounded-xl border bg-slate-100"></div>
<p class="mt-3 text-sm text-slate-600">Decluttered, zoned, and labeled for easy daily maintenance.</p>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<div class="aspect-[4/3] w-full rounded-xl border bg-slate-100"></div>
<p class="mt-3 text-sm text-slate-600">Streamlined layout to highlight focal points and open flow.</p>
</div>
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<div class="aspect-[4/3] w-full rounded-xl border bg-slate-100"></div>
<p class="mt-3 text-sm text-slate-600">Sustainable systems with labels and family-friendly access.</p>
</div>
</div>
</div>
</section>
<!-- Social -->
<section id="social" class="border-t bg-slate-50/60">
<div class="mx-auto max-w-7xl px-4 py-16 text-center">
<div class="mx-auto max-w-3xl text-center">
<div class="mb-2 text-sm font-medium tracking-widest text-primary uppercase">Social Media</div>
<h2 class="text-3xl font-semibold sm:text-4xl">Follow along for tips & inspiration</h2>
</div>
<div class="mt-8 flex flex-wrap justify-center gap-4">
<a href="https://www.instagram.com/EthosHomeSolutions_/" target="_blank" class="inline-flex items-center gap-2 rounded-full border px-4 py-2">
<!-- Instagram icon -->
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" fill="none" viewBox="0 0 24 24" stroke="currentColor"><rect x="3" y="3" width="18" height="18" rx="5" ry="5" /><circle cx="12" cy="12" r="3.2"/><circle cx="16.5" cy="7.5" r="0.8"/></svg>
</a>
<a href="https://www.facebook.com/profile.php?id=61576738885295" target="_blank" class="inline-flex items-center gap-2 rounded-full border px-4 py-2">
<!-- Facebook icon -->
<svg xmlns="http://www.w3.org/2000/svg" class="h-4 w-4" viewBox="0 0 24 24" fill="currentColor"><path d="M22 12.06C22 6.49 17.52 2 11.94 2S2 6.49 2 12.06c0 4.95 3.62 9.06 8.36 9.94v-7.03H7.9v-2.91h2.46V9.41c0-2.43 1.45-3.77 3.67-3.77 1.06 0 2.17.19 2.17.19v2.39h-1.22c-1.2 0-1.58.75-1.58 1.52v1.83h2.69l-.43 2.91h-2.26v7.03C18.38 21.12 22 17.01 22 12.06z"/></svg>
</a>
</div>
</div>
</section>
<!-- Contact -->
<section id="contact" class="border-t">
<div class="mx-auto max-w-7xl px-4 py-16">
<div class="mx-auto max-w-3xl text-center">
<div class="mb-2 text-sm font-medium tracking-widest text-primary uppercase">Contact</div>
<h2 class="text-3xl font-semibold sm:text-4xl">Let’s restore calm to your home</h2>
<p class="mt-3 text-slate-600">Tell us about your space and timeline. We’ll reply within one business day.</p>
</div>
<div class="mt-10 grid gap-8 md:grid-cols-2">
<!-- Form (placeholder; wire to Formspree/Netlify for submissions) -->
<div class="rounded-2xl border bg-white p-6 shadow-soft">
<h3 class="text-lg font-semibold">Send a message</h3>
<form class="mt-4 space-y-4">
<input class="w-full rounded-lg border px-3 py-2" placeholder="Name" required />
<input type="email" class="w-full rounded-lg border px-3 py-2" placeholder="Email" required />
<input class="w-full rounded-lg border px-3 py-2" placeholder="Phone (optional)" />
<textarea class="min-h-[140px] w-full rounded-lg border px-3 py-2" placeholder="Tell us about your rooms & goals" required></textarea>
<div class="flex items-center justify-between">
<div class="text-xs text-slate-500">By submitting, you agree to be contacted about your project.</div>
<button type="submit" class="rounded-lg bg-slate-900 px-4 py-2 text-sm font-semibold text-white hover:bg-black">Send</button>
</div>
</form>
</div>
<!-- Contact Cards -->
<div class="space-y-4">
<div class="rounded-2xl border bg-white p-4 shadow-soft">📧 <a href="mailto:info@ethoshomesolutions.com" class="hover:underline">info@ethoshomesolutions.com</a></div>
<div class="rounded-2xl border bg-white p-4 shadow-soft">📞 <a href="tel:12674144680" class="hover:underline">267.414.4680</a></div>
<div class="rounded-2xl border bg-white p-4 shadow-soft">📍 Newtown, PA</div>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer class="border-t">
<div class="mx-auto flex max-w-7xl flex-col items-center justify-between gap-4 px-4 py-10 md:flex-row">
<div class="text-sm text-slate-500">© <span id="year"></span> Ethos Home Solutions</div>
<div class="text-sm text-slate-500">Ethos Home Solutions | Tailored Organization for Real Life</div>
</div>
</footer>
<script>document.getElementById('year').textContent = new Date().getFullYear();</script>
</body>
</html>
/index.html
/Transparent Logo.png