Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
233
src/app/page.tsx
233
src/app/page.tsx
@@ -31,23 +31,16 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Inspired Brew"
|
||||
button={{ text: "Book Now" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -55,106 +48,58 @@ export default function LandingPage() {
|
||||
<HeroSplitTestimonial
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
title="Move Better. Feel Stronger. Live Inspired."
|
||||
description="Personalized physical therapy and recovery care designed to restore confidence, reduce pain, and help you return to the life you love."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@patient",
|
||||
testimonial: "They made me feel like family from day one.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-journalist-doing-his-job_23-2149029363.jpg?_wi=1",
|
||||
imageAlt: "luxury physical therapy studio interior",
|
||||
},
|
||||
name: "Sarah J.", handle: "@patient", testimonial: "They made me feel like family from day one.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-journalist-doing-his-job_23-2149029363.jpg", imageAlt: "luxury physical therapy studio interior"},
|
||||
{
|
||||
name: "Mark R.",
|
||||
handle: "@athlete",
|
||||
testimonial: "Professional, knowledgeable, and incredibly encouraging.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg",
|
||||
imageAlt: "luxury physical therapy studio interior",
|
||||
},
|
||||
name: "Mark R.", handle: "@athlete", testimonial: "Professional, knowledgeable, and incredibly encouraging.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg", imageAlt: "luxury physical therapy studio interior"},
|
||||
{
|
||||
name: "Emily D.",
|
||||
handle: "@patient",
|
||||
testimonial: "I could barely get out of bed before treatment. Now I’m living normally again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227854.jpg?_wi=1",
|
||||
imageAlt: "luxury physical therapy studio interior",
|
||||
},
|
||||
name: "Emily D.", handle: "@patient", testimonial: "I could barely get out of bed before treatment. Now I’m living normally again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227854.jpg", imageAlt: "luxury physical therapy studio interior"},
|
||||
{
|
||||
name: "David K.",
|
||||
handle: "@patient",
|
||||
testimonial: "Their approach to recovery changed my outlook on life.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-doing-workout-exercises_23-2150470970.jpg?_wi=1",
|
||||
imageAlt: "luxury physical therapy studio interior",
|
||||
},
|
||||
name: "David K.", handle: "@patient", testimonial: "Their approach to recovery changed my outlook on life.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-doing-workout-exercises_23-2150470970.jpg", imageAlt: "luxury physical therapy studio interior"},
|
||||
{
|
||||
name: "Linda P.",
|
||||
handle: "@patient",
|
||||
testimonial: "Best care I have ever received for my chronic pain.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071441.jpg?_wi=1",
|
||||
imageAlt: "luxury physical therapy studio interior",
|
||||
},
|
||||
name: "Linda P.", handle: "@patient", testimonial: "Best care I have ever received for my chronic pain.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071441.jpg", imageAlt: "luxury physical therapy studio interior"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Evaluation",
|
||||
},
|
||||
text: "Book Your Evaluation"},
|
||||
{
|
||||
text: "Call Now",
|
||||
},
|
||||
text: "Call Now"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-journalist-doing-his-job_23-2149029363.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-journalist-doing-his-job_23-2149029363.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg",
|
||||
alt: "Clinic patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/girl-having-coffee-bathroom_23-2148147482.jpg", alt: "Clinic patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautician-woman-clinic-with-tablet_23-2148878884.jpg",
|
||||
alt: "Clinic staff",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/beautician-woman-clinic-with-tablet_23-2148878884.jpg", alt: "Clinic staff"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-working-from-home-online-shopping-laptop-using-her-computer_1258-205003.jpg",
|
||||
alt: "Patient home care",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-woman-working-from-home-online-shopping-laptop-using-her-computer_1258-205003.jpg", alt: "Patient home care"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg",
|
||||
alt: "Smiling patient",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-young-woman-with-arms-crossed-office_23-2148180659.jpg", alt: "Smiling patient"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-getting-support-her-wrist-rehabilitation-center_23-2150356721.jpg",
|
||||
alt: "Rehab professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-getting-support-her-wrist-rehabilitation-center_23-2150356721.jpg", alt: "Rehab professional"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ happy clients"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Orthopedic Care",
|
||||
},
|
||||
type: "text", text: "Orthopedic Care"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sports Rehab",
|
||||
},
|
||||
type: "text", text: "Sports Rehab"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Injury Prevention",
|
||||
},
|
||||
type: "text", text: "Injury Prevention"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Post-Op Recovery",
|
||||
},
|
||||
type: "text", text: "Post-Op Recovery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Functional Movement",
|
||||
},
|
||||
type: "text", text: "Functional Movement"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,18 +109,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Care That Feels ",
|
||||
},
|
||||
type: "text", content: "Care That Feels "},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg",
|
||||
alt: "Care",
|
||||
},
|
||||
type: "image", src: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg", alt: "Care"},
|
||||
{
|
||||
type: "text",
|
||||
content: " Different",
|
||||
},
|
||||
type: "text", content: " Different"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -187,23 +125,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Orthopedic Rehabilitation",
|
||||
description: "Recover from injuries, surgery, and chronic pain with targeted treatment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227854.jpg?_wi=2",
|
||||
},
|
||||
id: "f1", title: "Orthopedic Rehabilitation", description: "Recover from injuries, surgery, and chronic pain with targeted treatment.", tag: "Care", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227854.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sports Performance",
|
||||
description: "Helping athletes safely return stronger, faster, and more confident.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-doing-workout-exercises_23-2150470970.jpg?_wi=2",
|
||||
},
|
||||
id: "f2", title: "Sports Performance", description: "Helping athletes safely return stronger, faster, and more confident.", tag: "Performance", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-couple-doing-workout-exercises_23-2150470970.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Post-Surgical Therapy",
|
||||
description: "Guided rehabilitation designed to restore mobility and strength.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071441.jpg?_wi=2",
|
||||
},
|
||||
id: "f3", title: "Post-Surgical Therapy", description: "Guided rehabilitation designed to restore mobility and strength.", tag: "Recovery", imageSrc: "http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071441.jpg"},
|
||||
]}
|
||||
title="Healing Designed Around You"
|
||||
description="Comprehensive physical therapy and movement-based solutions to restore confidence."
|
||||
@@ -218,20 +144,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "500+",
|
||||
description: "Patients Helped",
|
||||
},
|
||||
id: "m1", value: "500+", description: "Patients Helped"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15",
|
||||
description: "Years Experience",
|
||||
},
|
||||
id: "m2", value: "15", description: "Years Experience"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "4.9",
|
||||
description: "Average Rating",
|
||||
},
|
||||
id: "m3", value: "4.9", description: "Average Rating"},
|
||||
]}
|
||||
title="Proven Results"
|
||||
description="Trusted by hundreds of families in our community."
|
||||
@@ -245,45 +162,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@patient",
|
||||
testimonial: "They made me feel like family from day one.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-rose-valentines-day_23-2148383153.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@patient", testimonial: "They made me feel like family from day one.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-red-rose-valentines-day_23-2148383153.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark R.",
|
||||
handle: "@athlete",
|
||||
testimonial: "Professional, knowledgeable, and incredibly encouraging.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-age-activity-healthy-lifestyle-wellbeing-attractive-sporty-man-retirement-sitting-gym-with-his-cute-young-woman-instructor-who-is-holding-pen-clipboard-making-plan-training_343059-4791.jpg",
|
||||
},
|
||||
id: "2", name: "Mark R.", handle: "@athlete", testimonial: "Professional, knowledgeable, and incredibly encouraging.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-age-activity-healthy-lifestyle-wellbeing-attractive-sporty-man-retirement-sitting-gym-with-his-cute-young-woman-instructor-who-is-holding-pen-clipboard-making-plan-training_343059-4791.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily D.",
|
||||
handle: "@patient",
|
||||
testimonial: "I could barely get out of bed before treatment. Now I’m living normally again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-taking-care-himself_23-2149288091.jpg",
|
||||
},
|
||||
id: "3", name: "Emily D.", handle: "@patient", testimonial: "I could barely get out of bed before treatment. Now I’m living normally again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-relaxing-taking-care-himself_23-2149288091.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@patient",
|
||||
testimonial: "They gave me confidence in my body again.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356697.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@patient", testimonial: "They gave me confidence in my body again.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356697.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Linda P.",
|
||||
handle: "@patient",
|
||||
testimonial: "The entire team genuinely cares about your success.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-family-therapy_23-2149305190.jpg",
|
||||
},
|
||||
id: "5", name: "Linda P.", handle: "@patient", testimonial: "The entire team genuinely cares about your success.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-family-therapy_23-2149305190.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Patients Feel Cared For"
|
||||
@@ -297,25 +189,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Does insurance cover treatment?",
|
||||
content: "Yes, we work with many major insurance providers.",
|
||||
},
|
||||
id: "q1", title: "Does insurance cover treatment?", content: "Yes, we work with many major insurance providers."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do I need a referral?",
|
||||
content: "In many cases, no. Our team can guide you.",
|
||||
},
|
||||
id: "q2", title: "Do I need a referral?", content: "In many cases, no. Our team can guide you."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "How many sessions will I need?",
|
||||
content: "This depends on your specific goals and progress.",
|
||||
},
|
||||
id: "q3", title: "How many sessions will I need?", content: "This depends on your specific goals and progress."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "What should I wear?",
|
||||
content: "Comfortable, athletic clothing is best.",
|
||||
},
|
||||
id: "q4", title: "What should I wear?", content: "Comfortable, athletic clothing is best."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Information to help you feel prepared for your journey."
|
||||
@@ -327,18 +207,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get Started"
|
||||
title="Your Recovery Starts Here"
|
||||
description="Pain shouldn't control your life. Let's build a plan."
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Visit",
|
||||
},
|
||||
text: "Schedule Your Visit"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
},
|
||||
text: "Contact Us"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user