Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f2fcad764 | |||
| c4677c928b | |||
| 973350cf5f | |||
| 92b3dfc4bf |
@@ -64,9 +64,10 @@ export default function LandingPage() {
|
|||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<TextSplitAbout
|
<TextSplitAbout
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="A Sanctuary in Hastings"
|
title="About Our Clinic"
|
||||||
description={[
|
description={[
|
||||||
"Step into a space where your wellbeing comes first. At The Health Boutique, every treatment is designed to restore balance, calm your mind, and leave you feeling completely revitalised.", "Led by Sharon, known for her peaceful and grounding energy, this is more than a clinic — it’s an experience."]}
|
"The Health Boutique is a specialised clinic in Hastings focused on osteopathic health and holistic wellness.", "Our approach integrates expert clinical knowledge with a nurturing environment, ensuring every patient receives a treatment plan tailored to their unique needs, lifestyle, and recovery goals."
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -77,12 +78,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{ title: "Pain Relief Treatments", description: "Focused therapy to alleviate discomfort and restore physical function.", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=1" },
|
{ title: "General Osteopathy", description: "Manual techniques to treat musculoskeletal pain, improve mobility, and correct postural imbalances.", imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=1" },
|
||||||
{ title: "Holistic Wellness", description: "A comprehensive approach to mental and physical rejuvenation.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=1" },
|
{ title: "Sports Rehabilitation", description: "Targeted therapy for athletic injuries, focusing on recovery, strength building, and preventing re-injury.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=1" },
|
||||||
{ title: "Rejuvenation Therapy", description: "Signature treatments to leave you feeling completely revitalised.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=1" },
|
{ title: "Chronic Pain Support", description: "Gentle, effective treatment strategies to manage persistent discomfort and improve long-term functional health.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=1" },
|
||||||
]}
|
]}
|
||||||
title="Our Treatments"
|
title="Osteopath Treatments"
|
||||||
description="Tailored treatments focused on restoring balance and enhancing your wellbeing."
|
description="Specialised care designed to restore physical function and eliminate pain."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -93,27 +94,27 @@ export default function LandingPage() {
|
|||||||
gridVariant="two-columns-alternating-heights"
|
gridVariant="two-columns-alternating-heights"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah", role: "Client", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=2" },
|
{ id: "1", name: "Jonathan P.", role: "Patient", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=2" },
|
||||||
{ id: "2", name: "Michael", role: "Client", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=2" },
|
{ id: "2", name: "Claire D.", role: "Patient", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=2" },
|
||||||
{ id: "3", name: "Emily", role: "Client", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=2" },
|
{ id: "3", name: "Mark H.", role: "Patient", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-head-massage-spa-center_1139-1134.jpg?_wi=2" },
|
||||||
{ id: "4", name: "David", role: "Client", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=3" },
|
{ id: "4", name: "Fiona S.", role: "Patient", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/relaxing-massage-with-essential-oils-modern-spa-massage-hands-closeup_169016-69029.jpg?_wi=3" },
|
||||||
{ id: "5", name: "Jessica", role: "Client", company: "Hastings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-women-yoga-mats_23-2149832810.jpg?_wi=3" },
|
|
||||||
]}
|
]}
|
||||||
title="What Clients Say"
|
title="Patient Reviews"
|
||||||
description="Hear about the transformative experiences at our boutique."
|
description="Read how our osteopathic treatments have helped patients regain movement and comfort."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Ready to Feel Your Best?"
|
title="Book Your Consultation"
|
||||||
description="Book your experience and step into a space of calm."
|
description="Our clinic is here to support your recovery. Get in touch with our team today to schedule your assessment."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
{ name: "name", type: "text", placeholder: "Full Name", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
|
{ name: "phone", type: "tel", placeholder: "Contact Number", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "What are you looking to achieve?", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Briefly describe your symptoms or reason for visit", rows: 4 }}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/spa-still-life-with-face-body-skin-care-products-tea_169016-10914.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/spa-still-life-with-face-body-skin-care-products-tea_169016-10914.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -121,8 +122,8 @@ export default function LandingPage() {
|
|||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoEmphasis
|
<FooterLogoEmphasis
|
||||||
columns={[
|
columns={[
|
||||||
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
{ items: [{ label: "About", href: "#about" }, { label: "Treatments", href: "#services" }] },
|
||||||
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
{ items: [{ label: "Book Appointment", href: "#contact" }, { label: "Privacy", href: "#" }] },
|
||||||
]}
|
]}
|
||||||
logoText="The Health Boutique"
|
logoText="The Health Boutique"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user