Merge version_1 into main #1
149
src/app/page.tsx
149
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "features",
|
||||
},
|
||||
name: "Features", id: "features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="MotionPhysio"
|
||||
/>
|
||||
@@ -57,19 +47,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
logoText="Restore Your Motion."
|
||||
description="Experience professional physiotherapy integrated with advanced motion analytics and recovery science. Get back to the life you love, faster."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Session",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Session", href: "#contact"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-chemist-checking-bottle-pills-chemistry-tools-working-late-medical-researching_482257-541.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -84,17 +69,11 @@ export default function LandingPage() {
|
||||
description="We combine human-centric care with data-driven diagnostics. Our clinicians utilize the latest in movement science to ensure your recovery is not just fast, but sustainable."
|
||||
metrics={[
|
||||
{
|
||||
value: "10k+",
|
||||
title: "Successful recoveries",
|
||||
},
|
||||
value: "10k+", title: "Successful recoveries"},
|
||||
{
|
||||
value: "20+",
|
||||
title: "Expert clinicians",
|
||||
},
|
||||
value: "20+", title: "Expert clinicians"},
|
||||
{
|
||||
value: "98%",
|
||||
title: "Patient satisfaction",
|
||||
},
|
||||
value: "98%", title: "Patient satisfaction"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/doctor-using-machine-treat-knee-joints-patient_169016-41398.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -105,30 +84,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardSeven
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Motion Analysis",
|
||||
description: "State-of-the-art camera tracking to visualize joint stress.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg",
|
||||
imageAlt: "Motion tracking",
|
||||
},
|
||||
title: "Motion Analysis", description: "State-of-the-art camera tracking to visualize joint stress.", imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg", imageAlt: "Motion tracking"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Targeted Mobility",
|
||||
description: "Custom exercise plans engineered for your biomechanics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-technology-background-with-glitch-effect-male-medical-figure_1048-10651.jpg",
|
||||
imageAlt: "Mobility exercises",
|
||||
},
|
||||
title: "Targeted Mobility", description: "Custom exercise plans engineered for your biomechanics.", imageSrc: "http://img.b2bpic.net/free-photo/3d-digital-technology-background-with-glitch-effect-male-medical-figure_1048-10651.jpg", imageAlt: "Mobility exercises"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Neural Integration",
|
||||
description: "Reconnecting mind and muscle for complete recovery.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg",
|
||||
imageAlt: "Neural integration",
|
||||
},
|
||||
title: "Neural Integration", description: "Reconnecting mind and muscle for complete recovery.", imageSrc: "http://img.b2bpic.net/free-photo/3d-technology-background-with-low-poly-plexus-design_1048-16168.jpg", imageAlt: "Neural integration"},
|
||||
]}
|
||||
title="Clinical Excellence"
|
||||
description="Our integrated approach to physiotherapy focuses on precision and personalized care."
|
||||
@@ -142,20 +110,11 @@ export default function LandingPage() {
|
||||
tag="Impact Driven"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "45%",
|
||||
description: "Reduction in chronic pain time",
|
||||
},
|
||||
id: "m1", value: "45%", description: "Reduction in chronic pain time"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "60%",
|
||||
description: "Faster recovery cycle",
|
||||
},
|
||||
id: "m2", value: "60%", description: "Faster recovery cycle"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "95%",
|
||||
description: "Return to active lifestyle",
|
||||
},
|
||||
id: "m3", value: "95%", description: "Return to active lifestyle"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -169,45 +128,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah J.",
|
||||
role: "Marathon Runner",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah J.", role: "Marathon Runner", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark D.",
|
||||
role: "Tennis Pro",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg",
|
||||
},
|
||||
id: "t2", name: "Mark D.", role: "Tennis Pro", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Elena R.",
|
||||
role: "Office Professional",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-doing-gym-ball-workout-gym_23-2149230436.jpg",
|
||||
},
|
||||
id: "t3", name: "Elena R.", role: "Office Professional", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-doing-gym-ball-workout-gym_23-2149230436.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David K.",
|
||||
role: "Weekend Warrior",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
|
||||
},
|
||||
id: "t4", name: "David K.", role: "Weekend Warrior", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Linda M.",
|
||||
role: "Retired Educator",
|
||||
company: "Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-taking-break-from-working-out-beach_23-2148694905.jpg",
|
||||
},
|
||||
id: "t5", name: "Linda M.", role: "Retired Educator", company: "Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-taking-break-from-working-out-beach_23-2148694905.jpg"},
|
||||
]}
|
||||
title="Patient Success Stories"
|
||||
description="Hear from those who trusted us with their movement and recovery journey."
|
||||
@@ -218,8 +152,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Begin Your Recovery"
|
||||
description="Book your initial consultation with our motion specialists and take the first step towards pain-free movement."
|
||||
@@ -234,33 +167,21 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#",
|
||||
},
|
||||
label: "Services", href: "#"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#",
|
||||
},
|
||||
label: "About Us", href: "#"},
|
||||
{
|
||||
label: "Clinicians",
|
||||
href: "#",
|
||||
},
|
||||
label: "Clinicians", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user