<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8">

  <title>A&N Petsitting | Reliable Pet Care</title>

  <meta name="description" content="A&N Petsitting offers loving, reliable pet care including dog walking, pet sitting, and home visits.">

  <meta name="viewport" content="width=device-width, initial-scale=1.0">


  <style>

    body {

      font-family: Arial, sans-serif;

      margin: 0;

      background: #f9f9f9;

      color: #333;

    }

    header {

      background: #4CAF50;

      color: white;

      padding: 30px;

      text-align: center;

    }

    nav {

      background: #333;

      padding: 10px;

      text-align: center;

    }

    nav a {

      color: white;

      margin: 0 15px;

      text-decoration: none;

      font-weight: bold;

    }

    section {

      padding: 40px;

      max-width: 900px;

      margin: auto;

    }

    h2 {

      color: #4CAF50;

    }

    .services li {

      margin-bottom: 10px;

    }

    .cta {

      background: #4CAF50;

      color: white;

      padding: 15px 25px;

      display: inline-block;

      margin-top: 20px;

      text-decoration: none;

      border-radius: 5px;

    }

    footer {

      background: #333;

      color: white;

      text-align: center;

      padding: 20px;

    }

  </style>

</head>


<body>


<header>

  <h1>A&N Petsitting</h1>

  <p>Loving • Reliable • Professional Pet Care</p>

  <a class="cta" href="#contact">Book a Visit</a>

</header>


<nav>

  <a href="#home">Home</a>

  <a href="#services">Services</a>

  <a href="#about">About</a>

  <a href="#contact">Contact</a>

</nav>


<section id="home">

  <h2>Trusted Pet Sitting You Can Count On</h2>

  <p>

    At A&N Petsitting, we provide safe, loving care for your pets while you’re away.

    Whether it’s daily visits, dog walking, or overnight care, your pets are treated like family.

  </p>

</section>


<section id="services">

  <h2>Our Services</h2>

  <ul class="services">

    <li>🐶 Dog Walking</li>

    <li>🐾 In-Home Pet Sitting</li>

    <li>🐱 Cat Care & Feeding</li>

    <li>🏠 Home Visits</li>

    <li>💊 Medication Administration</li>

  </ul>

</section>


<section id="about">

  <h2>About A&N Petsitting</h2>

  <p>

    We are passionate animal lovers dedicated to providing dependable and compassionate pet care.

    Your pet’s safety, comfort, and happiness are always our top priority.

  </p>

</section>


<section id="contact">

  <h2>Contact Us</h2>

  <p>

    📧 Email: <a href="mailto:magalhaesamy08@hotmail.com">magalhaesamy08@hotmail.com</a>

  </p>

  <p>

    Reach out today to schedule a visit or ask any questions!

  </p>

</section>


<footer>

  <p>© 2026 A&N Petsitting. All rights reserved.</p>

</footer>


</body>

</html>