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>Puppy Daycare Lombok | Safe & Supervised Dog Daycare</title>
<!-- SEO -->
<meta name="description" content="Safe, supervised puppy daycare in Lombok. Daycare, care, and support for happy, well-fed dogs. Book via WhatsApp or support the dogs with a donation." />
<meta name="keywords" content="dog daycare Lombok, puppy daycare Lombok, dog hotel Lombok, pet boarding Lombok, dog sitter Lombok" />
<!-- Simple styling -->
<style>
:root {
--primary: #2f855a;
--secondary: #edf7f1;
--dark: #1a202c;
--light: #ffffff;
--accent: #38a169;
}
* {
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
body {
margin: 0;
color: var(--dark);
line-height: 1.6;
background: #fafafa;
}
a {
text-decoration: none;
color: inherit;
}
header {
background: var(--light);
position: sticky;
top: 0;
z-index: 10;
border-bottom: 1px solid #eee;
}
.nav {
max-width: 1100px;
margin: auto;
padding: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav strong {
font-size: 1.1rem;
}
.nav a {
margin-left: 1rem;
font-weight: 500;
}
.btn {
background: var(--primary);
color: white;
padding: 0.7rem 1.2rem;
border-radius: 6px;
display: inline-block;
font-weight: 600;
}
.btn.secondary {
background: var(--accent);
}
section {
padding: 4rem 1.5rem;
}
.container {
max-width: 1100px;
margin: auto;
}
.hero {
background: var(--secondary);
text-align: center;
padding: 5rem 1.5rem;
}
.hero h1 {
font-size: 2.4rem;
margin-bottom: 1rem;
}
.hero p {
font-size: 1.1rem;
max-width: 700px;
margin: auto;
}
.hero .actions {
margin-top: 2rem;
}
.hero .actions a {
margin: 0.5rem;
}
.grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 2rem;
}
.card {
background: white;
padding: 2rem;
border-radius: 10px;
box-shadow: 0 5px 20px rgba(0,0,0,0.05);
}
h2 {
margin-top: 0;
font-size: 2rem;
}
h3 {
margin-top: 0;
}
.donation {
background: var(--secondary);
}
iframe {
width: 100%;
border-radius: 10px;
}
footer {
background: #111;
color: #ccc;
text-align: center;
padding: 2rem 1rem;
}
footer p {
margin: 0.5rem 0;
}
@media (max-width: 600px) {
.hero h1 {
font-size: 1.9rem;
}
}
</style>
</head>
<body>
<header>
<div class="nav">
<strong>Puppy Daycare Lombok</strong>
<nav>
<a href="#daycare">Daycare</a>
<a href="#dogs">Meet the Dogs</a>
<a href="#donate">Donate</a>
<a href="#contact" class="btn">WhatsApp</a>
</nav>
</div>
</header>
<!-- HERO -->
<section class="hero">
<h1>Safe, supervised puppy daycare in Lombok</h1>
<p>
A clean, caring, and well‑supervised daycare where dogs are fed, nurtured,
socialised, and looked after every single day.
</p>
<div class="actions">
<a href="#contact" class="btn">Book / Enquire</a>
<a href="#donate" class="btn secondary">Donate</a>
</div>
</section>
<!-- TRUST -->
<section>
<div class="container grid">
<div class="card">
<h3>Clean & Safe Environment</h3>
<p>Daily cleaning, fresh water, and safe play areas.</p>
</div>
<div class="card">
<h3>Supervised Play</h3>
<p>Dogs are monitored, grouped safely, and never left unattended.</p>
</div>
<div class="card">
<h3>Routine & Care</h3>
<p>Feeding, rest, play, and enrichment are part of every day.</p>
</div>
</div>
</section>
<!-- DAYCARE -->
<section id="daycare">
<div class="container">
<h2>Daycare Services</h2>
<div class="grid">
<div class="card">
<h3>Daycare</h3>
<p>
Safe daytime care for puppies and dogs. Includes supervised play,
feeding, rest time, and basic care.
</p>
</div>
<div class="card">
<h3>Packages</h3>
<p>
Daily, weekly, and monthly packages available.
(Final pricing to be confirmed.)
</p>
</div>
<div class="card">
<h3>Optional Extras</h3>
<p>
Boarding, grooming, and pick‑up services may be available soon.
</p>
</div>
</div>
</div>
</section>
<!-- MEET THE DOGS -->
<section id="dogs">
<div class="container">
<h2>Meet the Dogs</h2>
<p>See daily life at Puppy Daycare Lombok through our YouTube videos.</p>
<iframe height="400"
src="https://www.youtube.com/embed?listType=playlist&list=PL_PLACEHOLDER"
allowfullscreen>
</iframe>
</div>
</section>
<!-- DONATIONS -->
<section id="donate" class="donation">
<div class="container">
<h2>Help Feed & Nurture the Dogs</h2>
<p>
Every day we feed, clean, supervise, and care for the dogs in our daycare.
If you love what we do — or simply want to help dogs thrive in Lombok —
you can support their daily care with a donation.
</p>
<div class="grid">
<div class="card">
<h3>Where your donation goes</h3>
<ul>
<li>Nutritious food and supplements</li>
<li>Clean water and bowls</li>
<li>Bedding, towels, and cleaning supplies</li>
<li>Toys and enrichment</li>
<li>Basic care support</li>
</ul>
</div>
<div class="card">
<h3>Donation Options</h3>
<p>• One‑off donation<br/>• Monthly supporter</p>
<p><strong>Payment link coming soon</strong></p>
</div>
</div>
<p style="margin-top:2rem;">
If you donate, thank you. You’re helping us keep the dogs safe,
well‑fed, and cared for — every single day.
</p>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<div class="container">
<h2>Contact & Enquiries</h2>
<p>
The easiest way to contact us is via WhatsApp.
</p>
<a class="btn" href="https://wa.me/0000000000">Message on WhatsApp</a>
<p style="margin-top:1.5rem;">
Or email us at:<br/>
<strong>keylapuppydsycare@gmail.com</strong>
</p>
</div>
</section>
<footer>
<p>© Puppy Daycare Lombok</p>
<p>Happy dogs. Safe play. Proper care.</p>
</footer>
</body>
</html>13
7
949KB
3647KB
174.0ms
324.0ms
1,096.0ms