diff --git a/src/app/page.tsx b/src/app/page.tsx index d64a672..47dd735 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,6 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -91,6 +90,7 @@ export default function LandingPage() { metrics={[{ id: "m1", value: "500+", description: "Patients Helped" }, { id: "m2", value: "15", description: "Years Experience" }]} title="Proven Results" description="Trusted by hundreds of families." + useInvertedBackground={false} /> @@ -104,6 +104,7 @@ export default function LandingPage() { ]} showRating={true} title="Patient Success Stories" + description="Hear from our satisfied patients about their recovery journeys." /> @@ -116,6 +117,7 @@ export default function LandingPage() { { id: "q2", title: "Do I need a referral?", content: "In many cases, no. Our team can guide you." } ]} title="Common Questions" + description="Answers to frequently asked questions about our services." faqsAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg" /> @@ -126,6 +128,7 @@ export default function LandingPage() { tag="Book Now" title="Ready to Start Your Journey?" description="Let's schedule your evaluation and get you back to the life you love." + background={{ variant: "rotated-rays-static" }} useInvertedBackground={true} imageSrc="http://img.b2bpic.net/free-photo/medical-assistant-helping-patient-with-physiotherapy-exercises_23-2149071447.jpg?_wi=2" buttonText="Book Evaluation"