diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6bdd90e..7718136 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,24 +31,13 @@ export default function LandingPage() {
@@ -58,35 +47,15 @@ export default function LandingPage() {
description="Real Relief. Proven Results. Personalized treatment plans from board-certified specialists. Most patients see improvement within weeks."
buttons={[
{
- text: "Schedule Your Consultation",
- href: "#contact",
- },
+ text: "Schedule Your Consultation", href: "#contact"},
]}
slides={[
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=1",
- imageAlt: "Forsyth Spinal Clinic",
- },
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg?_wi=1",
- imageAlt: "Spinal Therapy Session",
- },
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg?_wi=1",
- imageAlt: "Chiropractor Team",
- },
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-a4j97edw.jpg?_wi=1",
- imageAlt: "Rehabilitation Area",
- },
- {
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-1dyzeod7.jpg?_wi=1",
- imageAlt: "Patient Care",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-physiotherapist-posing-clinic_23-2148789801.jpg",
- imageAlt: "Clinic Facade",
- },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png", imageAlt: "Forsyth Spinal Clinic" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg", imageAlt: "Spinal Therapy Session" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg", imageAlt: "Chiropractor Team" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-a4j97edw.jpg", imageAlt: "Rehabilitation Area" },
+ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-1dyzeod7.jpg", imageAlt: "Patient Care" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-physiotherapist-posing-clinic_23-2148789801.jpg", imageAlt: "Clinic Facade" }
]}
/>
@@ -94,18 +63,8 @@ export default function LandingPage() {
@@ -115,30 +74,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Physiological Therapeutics",
- description: "Board-certified physical healing protocols.",
- tag: "Core",
- imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321564.jpg",
- imageAlt: "Doctor helping patient during rehabilitation",
- },
- {
- id: "f2",
- title: "Neurological Care",
- description: "Specialized training in neurological health.",
- tag: "Specialty",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=2",
- imageAlt: "Doctor helping patient during rehabilitation",
- },
- {
- id: "f3",
- title: "Sacro-Occipital Technique",
- description: "Precise biomechanical balancing.",
- tag: "Technique",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg?_wi=2",
- imageAlt: "Doctor helping patient during rehabilitation",
- },
+ { id: "f1", title: "Physiological Therapeutics", description: "Board-certified physical healing protocols.", tag: "Core", imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321564.jpg", imageAlt: "Doctor helping patient during rehabilitation" },
+ { id: "f2", title: "Neurological Care", description: "Specialized training in neurological health.", tag: "Specialty", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png", imageAlt: "Doctor helping patient during rehabilitation" },
+ { id: "f3", title: "Sacro-Occipital Technique", description: "Precise biomechanical balancing.", tag: "Technique", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg", imageAlt: "Doctor helping patient during rehabilitation" }
]}
title="Core Treatment Focus"
description="Evidence-based spinal rehabilitation and neurological care."
@@ -150,61 +88,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- date: "Jan 2025",
- title: "Chronic Back Pain Relief",
- quote: "Forsyth Spinal gave me my life back.",
- tag: "Back Relief",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-physiotherapist-posing-clinic_23-2148789801.jpg",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=3",
- imageAlt: "patient smiling in office",
- },
- {
- id: "2",
- name: "Michael R.",
- date: "Feb 2025",
- title: "Exceptional Care",
- quote: "Dr. Seaney is truly gifted at what he does.",
- tag: "Neck Relief",
- avatarSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321565.jpg",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg?_wi=3",
- imageAlt: "patient smiling in office",
- },
- {
- id: "3",
- name: "Emily P.",
- date: "Mar 2025",
- title: "Highly Professional",
- quote: "The entire team is warm and efficient.",
- tag: "Rehab Success",
- avatarSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-doctor-holding-her-back-with-pain-yellow-wall_179666-28777.jpg",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg?_wi=2",
- imageAlt: "patient smiling in office",
- },
- {
- id: "4",
- name: "David W.",
- date: "Apr 2025",
- title: "Improved Mobility",
- quote: "I saw improvement within two weeks.",
- tag: "Mobility",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-massaging-neck_23-2149047547.jpg",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-a4j97edw.jpg?_wi=2",
- imageAlt: "patient smiling in office",
- },
- {
- id: "5",
- name: "Lisa M.",
- date: "May 2025",
- title: "Life Changing",
- quote: "Better quality of life starts here.",
- tag: "Life Quality",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-1dyzeod7.jpg?_wi=2",
- imageAlt: "patient smiling in office",
- },
+ { id: "1", name: "Sarah J.", date: "Jan 2025", title: "Chronic Back Pain Relief", quote: "Forsyth Spinal gave me my life back.", tag: "Back Relief", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-male-physiotherapist-posing-clinic_23-2148789801.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png", imageAlt: "patient smiling in office" },
+ { id: "2", name: "Michael R.", date: "Feb 2025", title: "Exceptional Care", quote: "Dr. Seaney is truly gifted at what he does.", tag: "Neck Relief", avatarSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321565.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg", imageAlt: "patient smiling in office" },
+ { id: "3", name: "Emily P.", date: "Mar 2025", title: "Highly Professional", quote: "The entire team is warm and efficient.", tag: "Rehab Success", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-pretty-female-doctor-holding-her-back-with-pain-yellow-wall_179666-28777.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg", imageAlt: "patient smiling in office" },
+ { id: "4", name: "David W.", date: "Apr 2025", title: "Improved Mobility", quote: "I saw improvement within two weeks.", tag: "Mobility", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-massaging-neck_23-2149047547.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-a4j97edw.jpg", imageAlt: "patient smiling in office" },
+ { id: "5", name: "Lisa M.", date: "May 2025", title: "Life Changing", quote: "Better quality of life starts here.", tag: "Life Quality", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-doctor-patient_1170-2163.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-1dyzeod7.jpg", imageAlt: "patient smiling in office" }
]}
title="Patient Success Stories"
description="Empowering our community to live the life they were meant to live."
@@ -217,27 +105,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "100%",
- title: "Patient Commitment",
- description: "Mission-driven care.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png?_wi=4",
- },
- {
- id: "m2",
- value: "5x",
- title: "Board Certified",
- description: "Expert-level credentials.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg?_wi=4",
- },
- {
- id: "m3",
- value: "20+",
- title: "Years of Experience",
- description: "Proven success protocols.",
- imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg?_wi=3",
- },
+ { id: "m1", value: "100%", title: "Patient Commitment", description: "Mission-driven care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-qxnj3xvl.png" },
+ { id: "m2", value: "5x", title: "Board Certified", description: "Expert-level credentials.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-3xvoosu5.jpg" },
+ { id: "m3", value: "20+", title: "Years of Experience", description: "Proven success protocols.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CzhjTNYVTYojCcFQqMIQz2aM41/uploaded-1777395128738-ki87xfk7.jpg" }
]}
title="Our Clinical Impact"
description="Quantifiable results for every patient."
@@ -248,15 +118,7 @@ export default function LandingPage() {
@@ -267,21 +129,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "q1",
- title: "What insurance do you accept?",
- content: "We work with major providers like BlueCross, United Healthcare, and Aetna.",
- },
- {
- id: "q2",
- title: "How long until I see improvement?",
- content: "Most patients report measurable improvement within their first few weeks of treatment.",
- },
- {
- id: "q3",
- title: "Do I need a referral?",
- content: "While we accept referrals, you can schedule your initial consultation directly with us.",
- },
+ { id: "q1", title: "What insurance do you accept?", content: "We work with major providers like BlueCross, United Healthcare, and Aetna." },
+ { id: "q2", title: "How long until I see improvement?", content: "Most patients report measurable improvement within their first few weeks of treatment." },
+ { id: "q3", title: "Do I need a referral?", content: "While we accept referrals, you can schedule your initial consultation directly with us." }
]}
title="Frequently Asked Questions"
description="Answers to get you started on your recovery journey."
@@ -292,16 +142,9 @@ export default function LandingPage() {
@@ -309,49 +152,9 @@ export default function LandingPage() {
@@ -359,4 +162,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file