diff --git a/src/app/page.tsx b/src/app/page.tsx index d7a8057..412ff0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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)} />