Feel Balanced, Feel Better

Professional cranio‑therapy in Perth helping you restore harmony and relieve tension.

Our Services

Cranio‑Sacral Therapy

Gentle, hands‑on technique to enhance the body’s natural healing mechanisms.

Family Sessions

Tailored treatments for children and adults, fostering overall family wellbeing.

Stress Relief Packages

Combining therapy with mindfulness techniques for lasting relaxation.

About Beba

Beba is a certified cranio‑therapist with over 10 years of experience helping Perth residents find balance and relief. Her holistic approach integrates body awareness, gentle manipulation, and personalized care.

Operating from a tranquil studio in the heart of Perth, Beba ensures a safe, welcoming environment for every client.

What Clients Say

"Beba’s sessions have dramatically reduced my chronic migraines. I feel more relaxed than ever."

- Sarah K., Perth

"My post‑surgery recovery was faster thanks to the gentle cranio‑sacral work. Highly recommend!"

- James L., Subiaco

"The family sessions are wonderful – my kids love the calming environment."

- Priya M., Mount Lawley

Ready to Restore Your Balance?

Schedule a personalized cranio‑therapy session with Beba today.

Book Now

HTML Source Code

<header class="bg-amber-50 border-b border-stone-200">
  <nav class="max-w-7xl mx-auto flex items-center justify-between p-4 lg:px-8">
    <div class="flex items-center space-x-2">
      <i data-lucide="heart" class="w-6 h-6 text-amber-600"></i>
      <span class="text-xl font-semibold text-amber-800">Beba Cranio Therapist</span>
    </div>
    <button class="lg:hidden" aria-label="Open menu">
      <i data-lucide="menu" class="w-6 h-6 text-amber-700"></i>
    </button>
    <ul class="hidden lg:flex space-x-6 text-stone-700">
      <li><a href="#" class="hover:text-amber-600">Home</a></li>
      <li><a href="#services" class="hover:text-amber-600">Services</a></li>
      <li><a href="#testimonials" class="hover:text-amber-600">Testimonials</a></li>
      <li><a href="#contact" class="hover:text-amber-600">Contact</a></li>
    </ul>
  </nav>
</header>

<section class="bg-amber-100 py-20">
  <div class="max-w-4xl mx-auto text-center px-4">
    <h1 class="text-4xl font-bold text-amber-900 md:text-5xl lg:text-6xl">Feel Balanced, Feel Better</h1>
    <p class="mt-4 text-lg text-stone-800">Professional cranio‑therapy in Perth helping you restore harmony and relieve tension.</p>
    <div class="mt-8 flex justify-center space-x-4">
      <a href="#contact" class="inline-flex items-center bg-amber-600 text-white px-6 py-3 rounded-md hover:bg-amber-700 transition">
        Book a Session
        <i data-lucide="arrow-right" class="ml-2 w-4 h-4"></i>
      </a>
      <a href="#services" class="inline-flex items-center text-amber-700 underline">
        Learn More
        <i data-lucide="chevron-right" class="ml-1 w-4 h-4"></i>
      </a>
    </div>
    <div class="mt-12">
      <div class="w-full h-64 bg-gradient-to-r from-amber-200 to-amber-300 rounded-lg mx-auto"></div>
    </div>
  </div>
</section>

<section id="services" class="py-16 bg-white">
  <div class="max-w-6xl mx-auto px-4">
    <h2 class="text-3xl font-semibold text-stone-900 text-center mb-12">Our Services</h2>
    <div class="grid gap-8 md:grid-cols-3">
      <div class="p-6 border border-stone-200 rounded-lg text-center hover:shadow-lg transition">
        <i data-lucide="headset" class="w-12 h-12 mx-auto text-amber-600"></i>
        <h3 class="mt-4 text-xl font-medium text-stone-800">Cranio‑Sacral Therapy</h3>
        <p class="mt-2 text-sm text-stone-600">Gentle, hands‑on technique to enhance the body’s natural healing mechanisms.</p>
      </div>
      <div class="p-6 border border-stone-200 rounded-lg text-center hover:shadow-lg transition">
        <i data-lucide="users" class="w-12 h-12 mx-auto text-amber-600"></i>
        <h3 class="mt-4 text-xl font-medium text-stone-800">Family Sessions</h3>
        <p class="mt-2 text-sm text-stone-600">Tailored treatments for children and adults, fostering overall family wellbeing.</p>
      </div>
      <div class="p-6 border border-stone-200 rounded-lg text-center hover:shadow-lg transition">
        <i data-lucide="zap" class="w-12 h-12 mx-auto text-amber-600"></i>
        <h3 class="mt-4 text-xl font-medium text-stone-800">Stress Relief Packages</h3>
        <p class="mt-2 text-sm text-stone-600">Combining therapy with mindfulness techniques for lasting relaxation.</p>
      </div>
    </div>
  </div>
</section>

<section id="about" class="py-20 bg-amber-50">
  <div class="max-w-5xl mx-auto px-4 flex flex-col md:flex-row items-center gap-8">
    <div class="md:w-1/2">
      <div class="w-full h-64 bg-gradient-to-br from-amber-100 to-amber-200 rounded-lg"></div>
    </div>
    <div class="md:w-1/2">
      <h2 class="text-3xl font-semibold text-stone-900 mb-4">About Beba</h2>
      <p class="text-stone-700 mb-4">Beba is a certified cranio‑therapist with over 10 years of experience helping Perth residents find balance and relief. Her holistic approach integrates body awareness, gentle manipulation, and personalized care.</p>
      <p class="text-stone-700">Operating from a tranquil studio in the heart of Perth, Beba ensures a safe, welcoming environment for every client.</p>
    </div>
  </div>
</section>

<section id="testimonials" class="py-16 bg-white">
  <div class="max-w-6xl mx-auto px-4">
    <h2 class="text-3xl font-semibold text-stone-900 text-center mb-12">What Clients Say</h2>
    <div class="grid gap-8 md:grid-cols-2 lg:grid-cols-3">
      <blockquote class="p-6 border border-stone-200 rounded-lg bg-amber-50">
        <p class="text-stone-800 italic">"Beba’s sessions have dramatically reduced my chronic migraines. I feel more relaxed than ever."</p>
        <footer class="mt-4 text-sm text-stone-600">- Sarah K., Perth</footer>
      </blockquote>
      <blockquote class="p-6 border border-stone-200 rounded-lg bg-amber-50">
        <p class="text-stone-800 italic">"My post‑surgery recovery was faster thanks to the gentle cranio‑sacral work. Highly recommend!"</p>
        <footer class="mt-4 text-sm text-stone-600">- James L., Subiaco</footer>
      </blockquote>
      <blockquote class="p-6 border border-stone-200 rounded-lg bg-amber-50">
        <p class="text-stone-800 italic">"The family sessions are wonderful – my kids love the calming environment."</p>
        <footer class="mt-4 text-sm text-stone-600">- Priya M., Mount Lawley</footer>
      </blockquote>
    </div>
  </div>
</section>

<section class="py-20 bg-amber-600 text-white text-center">
  <div class="max-w-2xl mx-auto px-4">
    <h2 class="text-3xl font-bold">Ready to Restore Your Balance?</h2>
    <p class="mt-4">Schedule a personalized cranio‑therapy session with Beba today.</p>
    <a href="#contact" class="inline-block mt-6 bg-white text-amber-600 px-8 py-3 rounded-md font-medium hover:bg-amber-50 transition">Book Now</a>
  </div>
</section>

<footer id="contact" class="bg-stone-800 text-stone-200 py-12">
  <div class="max-w-6xl mx-auto px-4 grid gap-8 md:grid-cols-3">
    <div>
      <h3 class="text-lg font-semibold mb-3">Beba Cranio Therapist</h3>
      <p class="text-sm">Perth, WA 6000</p>
      <p class="mt-2 text-sm flex items-center"><i data-lucide="phone" class="w-4 h-4 mr-2"></i>(08) 1234 5678</p>
      <p class="mt-1 text-sm flex items-center"><i data-lucide="mail" class="w-4 h-4 mr-2"></i>info@beba-therapy.com.au</p>
    </div>
    <div>
      <h3 class="text-lg font-semibold mb-3">Opening Hours</h3>
      <ul class="text-sm space-y-1">
        <li><i data-lucide="clock" class="w-4 h-4 mr-2 inline"></i>Mon – Fri: 9:00 am – 6:00 pm</li>
        <li><i data-lucide="clock" class="w-4 h-4 mr-2 inline"></i>Sat: 10:00 am – 4:00 pm</li>
        <li><i data-lucide="clock" class="w-4 h-4 mr-2 inline"></i>Sun: Closed</li>
      </ul>
    </div>
    <div>
      <h3 class="text-lg font-semibold mb-3">Stay Connected</h3>
      <div class="flex space-x-4">
        <a href="#" aria-label="Facebook" class="hover:text-amber-400"><i data-lucide="tag" class="w-5 h-5"></i></a>
        <a href="#" aria-label="Instagram" class="hover:text-amber-400"><i data-lucide="camera" class="w-5 h-5"></i></a>
        <a href="#" aria-label="LinkedIn" class="hover:text-amber-400"><i data-lucide="briefcase" class="w-5 h-5"></i></a>
      </div>
    </div>
  </div>
  <div class="mt-8 text-center text-sm text-stone-500">© 2026 Beba Cranio Therapist. All rights reserved.</div>
</footer>