Merge version_1 into main #2
236
src/app/page.tsx
236
src/app/page.tsx
@@ -33,49 +33,32 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Results",
|
||||
id: "#results",
|
||||
},
|
||||
name: "Results", id: "#results"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=48ojf8"
|
||||
logoAlt="Eilidh Dewar Physiotherapy Logo"
|
||||
brandName="Eilidh Dewar Physiotherapy"
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book Now", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Regain Movement. Live Pain-Free."
|
||||
description="Eilidh Dewar Physiotherapy offers personalized, evidence-based treatments to help you recover from injuries, manage pain, and achieve your health goals. Start your journey to lasting well-being today."
|
||||
tag="Expert Care"
|
||||
@@ -83,16 +66,12 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book an Appointment",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book an Appointment", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-having-rehabilitation-after-injury-physiotherapy-room_1157-38465.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-having-rehabilitation-after-injury-physiotherapy-room_1157-38465.jpg"
|
||||
imageAlt="Physiotherapist assisting a patient with leg exercises"
|
||||
/>
|
||||
</div>
|
||||
@@ -104,19 +83,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years Experience", value: "15+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Clients",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Happy Clients", value: "1000+"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Tailored Plans",
|
||||
value: "100%",
|
||||
},
|
||||
label: "Tailored Plans", value: "100%"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -129,29 +102,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Thorough Assessment",
|
||||
description: "We conduct a comprehensive evaluation to understand your condition, identify root causes, and set clear goals.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: HelpCircle,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/neon-light-top-10_23-2148775116.jpg",
|
||||
imageAlt: "award winning icon gold",
|
||||
title: "Thorough Assessment", description: "We conduct a comprehensive evaluation to understand your condition, identify root causes, and set clear goals.", bentoComponent: "reveal-icon", icon: HelpCircle
|
||||
},
|
||||
{
|
||||
title: "Customized Treatment",
|
||||
description: "Based on your assessment, we design a unique therapy program combining various techniques for optimal recovery.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ListChecks,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=48ojf8",
|
||||
imageAlt: "award winning icon gold",
|
||||
title: "Customized Treatment", description: "Based on your assessment, we design a unique therapy program combining various techniques for optimal recovery.", bentoComponent: "reveal-icon", icon: ListChecks
|
||||
},
|
||||
{
|
||||
title: "Empowering Education",
|
||||
description: "We equip you with the knowledge and tools to manage your condition independently and prevent future issues.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Lightbulb,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rehabilitation-after-injury-physiotherapy-room_1157-38465.jpg?_wi=2",
|
||||
imageAlt: "award winning icon gold",
|
||||
},
|
||||
title: "Empowering Education", description: "We equip you with the knowledge and tools to manage your condition independently and prevent future issues.", bentoComponent: "reveal-icon", icon: Lightbulb
|
||||
}
|
||||
]}
|
||||
title="Personalized Care, Lasting Results"
|
||||
description="We blend advanced techniques with compassionate care to create a tailored treatment plan just for you, focusing on sustainable recovery and improved quality of life."
|
||||
@@ -168,29 +126,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
title: "Patient Satisfaction",
|
||||
description: "Our clients consistently report high satisfaction with their treatment outcomes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg",
|
||||
imageAlt: "Graph showing positive patient satisfaction",
|
||||
},
|
||||
id: "m1", value: "95%", title: "Patient Satisfaction", description: "Our clients consistently report high satisfaction with their treatment outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/discussing-financial-reports_1098-18276.jpg", imageAlt: "Graph showing positive patient satisfaction"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "80%",
|
||||
title: "Pain Reduction",
|
||||
description: "Significant reduction in reported pain levels across a wide range of conditions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-pilates-reformer-class_23-2150778123.jpg",
|
||||
imageAlt: "Smiling elderly woman doing exercises",
|
||||
},
|
||||
id: "m2", value: "80%", title: "Pain Reduction", description: "Significant reduction in reported pain levels across a wide range of conditions.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-women-pilates-reformer-class_23-2150778123.jpg", imageAlt: "Smiling elderly woman doing exercises"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Improved Mobility",
|
||||
title: "Enhanced Function",
|
||||
description: "Patients experience notable improvements in range of motion and daily activities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068497.jpg",
|
||||
imageAlt: "Athlete stretching leg on a track",
|
||||
},
|
||||
id: "m3", value: "Improved Mobility", title: "Enhanced Function", description: "Patients experience notable improvements in range of motion and daily activities.", imageSrc: "http://img.b2bpic.net/free-photo/life-after-covid-freedom-concept_23-2149068497.jpg", imageAlt: "Athlete stretching leg on a track"},
|
||||
]}
|
||||
title="Proven Results, Empowering Lives"
|
||||
description="Our commitment to excellence and patient-centered approach translates into tangible improvements, helping our clients regain their independence and well-being."
|
||||
@@ -208,53 +148,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Spinal Health",
|
||||
price: "Start from £60",
|
||||
variant: "Targeting back and neck pain, sciatica, and posture correction.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-physiotherapy-side-view_23-2149866141.jpg",
|
||||
imageAlt: "Illustration of a healthy human spine",
|
||||
},
|
||||
id: "p1", name: "Spinal Health", price: "Start from £60", variant: "Targeting back and neck pain, sciatica, and posture correction.", imageSrc: "http://img.b2bpic.net/free-photo/athlete-doing-physiotherapy-side-view_23-2149866141.jpg", imageAlt: "Illustration of a healthy human spine"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Sports Injuries",
|
||||
price: "Start from £75",
|
||||
variant: "Assessment and rehabilitation for common athletic injuries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21388.jpg",
|
||||
imageAlt: "Athlete holding knee in pain after injury",
|
||||
},
|
||||
id: "p2", name: "Sports Injuries", price: "Start from £75", variant: "Assessment and rehabilitation for common athletic injuries.", imageSrc: "http://img.b2bpic.net/free-photo/wellness-health-lifestyle-workout-graphic-word_53876-21388.jpg", imageAlt: "Athlete holding knee in pain after injury"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Posture Correction",
|
||||
price: "Start from £60",
|
||||
variant: "Improving alignment, reducing strain, and preventing future issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/injured-young-sporty-man-wearing-headband-wristband-grabbed-aching-neck-isolated-olive-green-background_141793-72583.jpg",
|
||||
imageAlt: "Person with good and bad posture",
|
||||
},
|
||||
id: "p3", name: "Posture Correction", price: "Start from £60", variant: "Improving alignment, reducing strain, and preventing future issues.", imageSrc: "http://img.b2bpic.net/free-photo/injured-young-sporty-man-wearing-headband-wristband-grabbed-aching-neck-isolated-olive-green-background_141793-72583.jpg", imageAlt: "Person with good and bad posture"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Post-Operative Rehab",
|
||||
price: "Custom Quote",
|
||||
variant: "Guided recovery programs following surgery for optimal healing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356711.jpg",
|
||||
imageAlt: "Patient doing rehabilitation exercises with therapist",
|
||||
},
|
||||
id: "p4", name: "Post-Operative Rehab", price: "Custom Quote", variant: "Guided recovery programs following surgery for optimal healing.", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356711.jpg", imageAlt: "Patient doing rehabilitation exercises with therapist"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chronic Pain Management",
|
||||
price: "Start from £70",
|
||||
variant: "Strategies to alleviate persistent pain and improve daily function.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-braiding-hair-woman_23-2147784663.jpg",
|
||||
imageAlt: "Person experiencing chronic back pain",
|
||||
},
|
||||
id: "p5", name: "Chronic Pain Management", price: "Start from £70", variant: "Strategies to alleviate persistent pain and improve daily function.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-braiding-hair-woman_23-2147784663.jpg", imageAlt: "Person experiencing chronic back pain"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Injury Prevention",
|
||||
price: "Start from £50",
|
||||
variant: "Proactive assessment and exercises to minimize future injury risks.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815599.jpg",
|
||||
imageAlt: "Person demonstrating safe lifting technique",
|
||||
},
|
||||
id: "p6", name: "Injury Prevention", price: "Start from £50", variant: "Proactive assessment and exercises to minimize future injury risks.", imageSrc: "http://img.b2bpic.net/free-photo/woman-driving-floor-cleaning-machine_23-2148815599.jpg", imageAlt: "Person demonstrating safe lifting technique"},
|
||||
]}
|
||||
title="Our Specializations"
|
||||
description="From acute injuries to chronic conditions, we offer a diverse range of evidence-based treatments tailored to your specific needs."
|
||||
@@ -272,25 +176,15 @@ export default function LandingPage() {
|
||||
author="Sarah J., Marathon Runner"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Sarah J.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Sarah J."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-woman-with-curly-hair-wearing-outdoor-clothes-going-walk-standing-against-red-background_1258-149025.jpg",
|
||||
alt: "Michael T.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/modern-woman-with-curly-hair-wearing-outdoor-clothes-going-walk-standing-against-red-background_1258-149025.jpg", alt: "Michael T."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-cheerful-caucasian-female-pensioner-with-short-pixie-hairstyle-smiling-broadly-dressed-stylish-knitted-burgundy-pullover-people-age-style-knitwear-fashion-concept_343059-2680.jpg",
|
||||
alt: "Eleanor V.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elegant-cheerful-caucasian-female-pensioner-with-short-pixie-hairstyle-smiling-broadly-dressed-stylish-knitted-burgundy-pullover-people-age-style-knitwear-fashion-concept_343059-2680.jpg", alt: "Eleanor V."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg",
|
||||
alt: "David L.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-young-businessman-walking-near-business-center_171337-19784.jpg", alt: "David L."},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg",
|
||||
alt: "Jessica R.",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-woman-smiling_93675-133804.jpg", alt: "Jessica R."},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -302,30 +196,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What should I bring to my first appointment?",
|
||||
content: "Please bring any relevant medical reports, imaging results (X-rays, MRI scans), a list of medications, and wear comfortable clothing that allows for movement.",
|
||||
},
|
||||
id: "faq1", title: "What should I bring to my first appointment?", content: "Please bring any relevant medical reports, imaging results (X-rays, MRI scans), a list of medications, and wear comfortable clothing that allows for movement."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Do I need a referral from a doctor?",
|
||||
content: "No, a doctor's referral is not required to book an appointment with Eilidh Dewar Physiotherapy. However, if you have one, please bring it along.",
|
||||
},
|
||||
id: "faq2", title: "Do I need a referral from a doctor?", content: "No, a doctor's referral is not required to book an appointment with Eilidh Dewar Physiotherapy. However, if you have one, please bring it along."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Is physiotherapy covered by insurance?",
|
||||
content: "Many private health insurance plans cover physiotherapy. We recommend checking with your insurance provider directly about your coverage details.",
|
||||
},
|
||||
id: "faq3", title: "Is physiotherapy covered by insurance?", content: "Many private health insurance plans cover physiotherapy. We recommend checking with your insurance provider directly about your coverage details."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What is the typical duration of a session?",
|
||||
content: "Initial assessment sessions typically last 60 minutes, while follow-up treatment sessions are usually 30-45 minutes, depending on your needs.",
|
||||
},
|
||||
id: "faq4", title: "What is the typical duration of a session?", content: "Initial assessment sessions typically last 60 minutes, while follow-up treatment sessions are usually 30-45 minutes, depending on your needs."},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept cash, major credit/debit cards, and bank transfers. Payment is due at the time of your appointment.",
|
||||
},
|
||||
id: "faq5", title: "What payment methods do you accept?", content: "We accept cash, major credit/debit cards, and bank transfers. Payment is due at the time of your appointment."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find answers to common questions about our services, appointments, and what to expect during your physiotherapy journey."
|
||||
@@ -337,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Book Your First Session Today"
|
||||
description="Take the first step towards a healthier, pain-free life. Contact us to schedule your initial consultation and experience personalized care."
|
||||
@@ -356,49 +234,31 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Book Now", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user