diff --git a/src/app/page.tsx b/src/app/page.tsx
index 5242fe4..d7a8057 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
@@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -169,45 +128,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "t1",
- name: "Sarah J.",
- role: "Marathon Runner",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg",
- },
+ id: "t1", name: "Sarah J.", role: "Marathon Runner", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-businesswoman-office_329181-19343.jpg"},
{
- id: "t2",
- name: "Mark D.",
- role: "Tennis Pro",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg",
- },
+ id: "t2", name: "Mark D.", role: "Tennis Pro", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/young-sports-people-training-morning-gym_1157-32133.jpg"},
{
- id: "t3",
- name: "Elena R.",
- role: "Office Professional",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-doing-gym-ball-workout-gym_23-2149230436.jpg",
- },
+ id: "t3", name: "Elena R.", role: "Office Professional", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-doing-gym-ball-workout-gym_23-2149230436.jpg"},
{
- id: "t4",
- name: "David K.",
- role: "Weekend Warrior",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg",
- },
+ id: "t4", name: "David K.", role: "Weekend Warrior", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-doctor-home-visit_637285-11276.jpg"},
{
- id: "t5",
- name: "Linda M.",
- role: "Retired Educator",
- company: "Client",
- rating: 5,
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-taking-break-from-working-out-beach_23-2148694905.jpg",
- },
+ id: "t5", name: "Linda M.", role: "Retired Educator", company: "Client", rating: 5,
+ imageSrc: "http://img.b2bpic.net/free-photo/smiley-women-taking-break-from-working-out-beach_23-2148694905.jpg"},
]}
title="Patient Success Stories"
description="Hear from those who trusted us with their movement and recovery journey."
@@ -218,8 +152,7 @@ export default function LandingPage() {