5 Commits

Author SHA1 Message Date
9a4ab17370 Merge version_2 into main
Merge version_2 into main
2026-04-08 02:10:27 +00:00
6f2fcad764 Update src/app/page.tsx 2026-04-08 02:10:23 +00:00
c4677c928b Merge version_1 into main
Merge version_1 into main
2026-04-08 02:07:09 +00:00
973350cf5f Merge version_1 into main
Merge version_1 into main
2026-04-08 02:06:45 +00:00
92b3dfc4bf Merge version_1 into main
Merge version_1 into main
2026-04-08 02:06:18 +00:00

View File

@@ -64,9 +64,10 @@ export default function LandingPage() {
<div id="about" data-section="about">
<TextSplitAbout
useInvertedBackground={false}
title="A Sanctuary in Hastings"
title="About Our Clinic"
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 — its 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>
@@ -77,12 +78,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
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: "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: "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: "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: "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: "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"
description="Tailored treatments focused on restoring balance and enhancing your wellbeing."
title="Osteopath Treatments"
description="Specialised care designed to restore physical function and eliminate pain."
/>
</div>
@@ -93,27 +94,27 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
useInvertedBackground={false}
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: "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: "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: "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: "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" },
{ 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: "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: "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: "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" },
]}
title="What Clients Say"
description="Hear about the transformative experiences at our boutique."
title="Patient Reviews"
description="Read how our osteopathic treatments have helped patients regain movement and comfort."
/>
</div>
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Ready to Feel Your Best?"
description="Book your experience and step into a space of calm."
title="Book Your Consultation"
description="Our clinic is here to support your recovery. Get in touch with our team today to schedule your assessment."
inputs={[
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Your Email", required: true },
{ name: "name", type: "text", placeholder: "Full Name", 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"
/>
</div>
@@ -121,8 +122,8 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
{ items: [{ label: "Contact", href: "#contact" }, { label: "Privacy", href: "#" }] },
{ items: [{ label: "About", href: "#about" }, { label: "Treatments", href: "#services" }] },
{ items: [{ label: "Book Appointment", href: "#contact" }, { label: "Privacy", href: "#" }] },
]}
logoText="The Health Boutique"
/>