Use page routing
This commit is contained in:
parent
60ecacb4d4
commit
4d895d1b0d
4 changed files with 9 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
|
@ -33,5 +33,6 @@ document.addEventListener("click", function (e) {
|
|||
var target = document.querySelector(link.dataset.scrollTo);
|
||||
if (!target) return;
|
||||
e.preventDefault();
|
||||
history.pushState({}, "", link.getAttribute("href"));
|
||||
zenscroll.toY(Math.max(0, target.getBoundingClientRect().top + window.scrollY - headerOffset()), 400);
|
||||
});
|
||||
|
|
|
|||
|
|
@ -230,9 +230,9 @@ function _riverside_pt_build_navigation(): void {
|
|||
|
||||
$defs = [
|
||||
['title' => 'Home', 'uri' => 'route:<front>', 'weight' => 0, 'class' => NULL],
|
||||
['title' => 'Services', 'uri' => 'internal:/home#pt-services', 'weight' => 1, 'class' => NULL],
|
||||
['title' => 'About', 'uri' => 'internal:/about', 'weight' => 2, 'class' => NULL],
|
||||
['title' => 'FAQ', 'uri' => 'internal:/home#pt-faq', 'weight' => 3, 'class' => NULL],
|
||||
['title' => 'Services', 'uri' => 'internal:/services', 'weight' => 1, 'class' => NULL],
|
||||
['title' => 'About', 'uri' => 'internal:/about', 'weight' => 2, 'class' => NULL],
|
||||
['title' => 'FAQ', 'uri' => 'internal:/faq', 'weight' => 3, 'class' => NULL],
|
||||
|
||||
['title' => 'Contact', 'uri' => 'internal:/contact', 'weight' => 4, 'class' => 'nav-cta nav-cta--primary'],
|
||||
['title' => 'Book An Appointment', 'uri' => 'internal:/home#book-an-appointment','weight' => 5, 'class' => 'nav-cta nav-cta--primary'],
|
||||
|
|
|
|||
|
|
@ -23,8 +23,10 @@
|
|||
<div class="max-w-[1040px] mx-auto">
|
||||
<h2 class="text-[2.25rem] font-serif font-normal text-gray-900 leading-tight mb-8 text-center">Our Story</h2>
|
||||
<div class="max-w-none text-gray-700 space-y-4 text-[15px] leading-relaxed">
|
||||
<p>Riverside Physical Therapy was founded with a simple belief: every patient deserves a thorough evaluation and a truly personalized plan. What started as a small clinic has grown into a trusted partner for hundreds of patients across the region.</p>
|
||||
<p>Our team of licensed physical therapists brings together decades of experience in orthopedic, sports, post-surgical, and neurological rehabilitation. We stay current with the latest evidence-based techniques so you get care that actually works.</p>
|
||||
<p>Riverside Physical Therapy was founded in 2011 by Dr. Elena Morales, a passionate physical therapist who had grown frustrated with the one-size-fits-all approaches she saw in larger clinics. After years working in high-volume settings, Elena opened a small practice in a modest office on Riverside Drive with a single treatment table and a clear vision: every patient deserves a thorough, one-on-one evaluation followed by a truly personalized plan designed around their unique body, goals, and life.</p>
|
||||
<p>What began with just a handful of patients quickly grew by word of mouth. People appreciated the time we took to listen, the detailed assessments that uncovered root causes rather than just treating symptoms, and the measurable progress they saw in their strength and mobility. Within a few years we had expanded into a larger space, added a second therapist, and begun specializing in the areas that mattered most to our community: sports rehab for local athletes, pre- and post-surgical protocols that improved outcomes, and neurological therapy for patients recovering from stroke, Parkinson’s, and other conditions.</p>
|
||||
<p>Today our team of licensed physical therapists brings together more than 75 combined years of experience across orthopedic, sports, post-surgical, and neurological rehabilitation. We remain committed to staying at the forefront of our field—regularly pursuing advanced certifications, attending conferences, and integrating the latest evidence-based techniques and technologies. Yet our core philosophy has never changed: we treat the whole person, not just the injury, and we measure our success by how quickly and completely you can reclaim the activities and independence that matter to you.</p>
|
||||
<p>Whether you’re an athlete returning to competition, a patient preparing for or recovering from surgery, or someone learning to navigate life with a neurological condition, we’re here to walk that journey with you—one thoughtful session at a time.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in a new issue