diff --git a/src/app/page.tsx b/src/app/page.tsx index 060148e..4546c0f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,9 +64,10 @@ export default function LandingPage() {
@@ -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." /> @@ -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." />
@@ -121,8 +122,8 @@ export default function LandingPage() {