Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-04-03 06:22:45 +00:00

View File

@@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
@@ -145,6 +145,7 @@ export default function LandingPage() {
]}
title="Patient Success Stories"
description="Hear from those who trusted us with their movement and recovery journey."
className="lazy-load-section"
/>
</div>
@@ -158,34 +159,15 @@ export default function LandingPage() {
description="Book your initial consultation with our motion specialists and take the first step towards pain-free movement."
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821273.jpg"
mediaAnimation="blur-reveal"
onSubmit={(email) => console.log("Form submitted: ", email)}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Services", href: "#"},
{
label: "About Us", href: "#"},
{
label: "Clinicians", href: "#"},
],
},
{
items: [
{
label: "Privacy", href: "#"},
{
label: "Terms", href: "#"},
{
label: "Contact", href: "#"},
],
},
]}
<FooterLogoReveal
logoText="MotionPhysio"
leftLink={{ text: "Privacy", href: "/privacy" }}
rightLink={{ text: "Contact", href: "/contact" }}
/>
</div>
</ReactLenis>