2 Commits

Author SHA1 Message Date
6fb8c73a6c Update src/app/page.tsx 2026-04-03 06:22:39 +00:00
f59a810804 Merge version_1 into main
Merge version_1 into main
2026-04-03 06:20:06 +00:00

View File

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