89 lines
6.2 KiB
JavaScript
89 lines
6.2 KiB
JavaScript
import Link from "next/link"
|
||
import Layout from "@/components/layout/Layout"
|
||
|
||
export const metadata = {
|
||
title: "What to expect at Physiotherapy Etobicoke - Rapha Physiotherapy etobicoke",
|
||
description:
|
||
"Discover what to expect at Rapha Physiotherapy: from a comprehensive first-day assessment to your initial treatment and long-term plan for lasting recovery.",
|
||
};
|
||
|
||
|
||
export default function About() {
|
||
return (
|
||
<>
|
||
<Layout headerStyle={1} footerStyle={1} breadcrumbTitle=" What To Expect" bannerImage="/assets/images/what-we-expect/expect-banner.webp">
|
||
{/* chooseus-section */}
|
||
<section className="about-style-three pt_90 pb_90">
|
||
<div className="pattern-layer" style={{ backgroundImage: 'url(/assets/images/shape/shape-35.webp)' }}></div>
|
||
<div className="auto-container">
|
||
<div className="row clearfix">
|
||
<div className="col-lg-6 col-md-12 col-sm-12 image-column mb-3">
|
||
<div className="image_block_three">
|
||
<div className="image-box">
|
||
<div className="image-shape">
|
||
<div className="shape-1 rotate-me" style={{ backgroundImage: 'url(/assets/images/shape/shape-8.webp)' }}></div>
|
||
<div className="shape-2" style={{ backgroundImage: 'url(/assets/images/shape/shape-33.png)' }}></div>
|
||
{/* <div className="shape-3" style={{ backgroundImage: 'url(/assets/images/shape/shape-7.png)' }}></div> */}
|
||
<div className="shape-4" style={{ backgroundImage: 'url(/assets/images/shape/shape-34.png)' }}></div>
|
||
<div className="shape-5" style={{ backgroundImage: 'url(/assets/images/shape/shape-11.webp)' }}></div>
|
||
</div>
|
||
<figure className="image image-1"><img src="/assets/images/what-we-expect/right.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||
<figure className="image image-2"><img src="/assets/images/what-we-expect/left.webp" alt="What to Expect – Physiotherapy Etobicoke" /></figure>
|
||
<div className="icon-box"><img src="/assets/images/what-we-expect/icon.webp" alt="What to Expect – Physiotherapy Etobicoke" /></div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6 col-md-12 col-sm-12 content-column">
|
||
<div className="content_block_one">
|
||
<div className="content-box">
|
||
<div className="sec-title mb_15">
|
||
<span className="sub-title"> What To Expect</span>
|
||
<h2>What to Expect – Physiotherapy Etobicoke</h2>
|
||
</div>
|
||
<div className="text-box mb_40">
|
||
<p>On the first day of your visit, you will receive a thorough assessment allows our healthcare professionals to understand your injury to determine how we can help. Following the initial assessment at our physiotherapy clinic etobicoke, we will discuss our ¬findings, and set a realistic treatment plan to help you gain long-term results. All of your questions will be answered.</p>
|
||
<p>On the second day at our etobicoke physiotherapy clinic, you will receive your first full treatment. The treatment session time will vary based on the level of injury and also after treatment session we will teach you pain management techniques.</p>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
{/* chooseus-section end */}
|
||
{/* subscibe */}
|
||
{/* <section className="subscribe-section">
|
||
<div className="auto-container">
|
||
<div className="inner-container">
|
||
<div className="row align-items-center">
|
||
<div className="col-lg-6 col-md-12 col-sm-12 text-column">
|
||
<div className="text-box">
|
||
<h2><span>Subscribe</span> for the exclusive updates!</h2>
|
||
</div>
|
||
</div>
|
||
<div className="col-lg-6 col-md-12 col-sm-12 form-column">
|
||
<div className="form-inner">
|
||
<form method="post" action="contact">
|
||
<div className="form-group">
|
||
<input type="email" name="email" placeholder="Enter Your Email Address" required />
|
||
<button type="submit" className="theme-btn btn-one"><span>Subscribe Now</span></button>
|
||
</div>
|
||
<div className="form-group">
|
||
<div className="check-box">
|
||
<input className="check" type="checkbox" id="checkbox1" />
|
||
<label htmlFor="checkbox1">I agree to the <Link href="index">Privacy Policy.</Link></label>
|
||
</div>
|
||
</div>
|
||
</form>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section> */}
|
||
{/* subscibe end */}
|
||
</Layout>
|
||
</>
|
||
)
|
||
}
|