@@ -30,77 +31,30 @@ export default function LandingPage() {
<divid="nav"data-section="nav">
<divid="nav"data-section="nav">
<NavbarLayoutFloatingInline
<NavbarLayoutFloatingInline
navItems={[
navItems={[
{
{name:"Home",id:"hero"},
name:"Home",id:"hero"},
{name:"Services",id:"features"},
{
{name:"About",id:"about"},
name:"Services",id:"features"},
{name:"FAQ",id:"faq"},
{
{name:"Contact",id:"contact"},
name:"About",id:"about"},
{
name:"Contact",id:"contact"},
]}
]}
brandName="Inspired Brew"
brandName="Inspired Brew"
button={{text:"Book Now"}}
button={{text:"Book Now",href:"#contact"}}
/>
/>
</div>
</div>
<divid="hero"data-section="hero">
<divid="hero"data-section="hero">
<HeroSplitTestimonial
<HeroSplitTestimonial
useInvertedBackground={true}
useInvertedBackground={true}
background={{
background={{variant:"rotated-rays-static-grid"}}
variant:"rotated-rays-static-grid"}}
title="Move Better. Feel Stronger. Live Inspired."
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."
description="Personalized physical therapy and recovery care designed to restore confidence, reduce pain, and help you return to the life you love."
testimonials={[
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,
{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?_wi=1",imageAlt:"luxury physical therapy studio interior"},
imageSrc:"http://img.b2bpic.net/free-photo/male-journalist-doing-his-job_23-2149029363.jpg?_wi=1",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:"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:"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"},
]}
buttons={[
{
text:"Book Your Evaluation"},
{
text:"Call Now"},
]}
]}
buttons={[{text:"Book Your Evaluation",href:"#contact"},{text:"Call Now"}]}
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"},
@@ -124,15 +75,11 @@ export default function LandingPage() {
textboxLayout="split"
textboxLayout="split"
useInvertedBackground={true}
useInvertedBackground={true}
features={[
features={[
{
{id:"f1",title:"Orthopedic Rehabilitation",description:"Recover from injuries, surgery, and chronic pain.",tag:"Care",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?_wi=2"},
{id:"f2",title:"Sports Performance",description:"Return stronger, faster, and more confident.",tag:"Performance",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?_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?_wi=2"},
]}
]}
title="Healing Designed Around You"
title="Healing Designed Around You"
description="Comprehensive physical therapy and movement-based solutions to restore confidence."
description="Comprehensive physical therapy solutions to restore your movement."
/>
/>
</div>
</div>
@@ -141,17 +88,10 @@ export default function LandingPage() {
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.