Update src/app/page.tsx
This commit is contained in:
@@ -21,7 +21,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="largeSmall"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="double-inset"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -47,7 +47,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Restore Your Movement, Reclaim Your Life"
|
||||
description="Expert physiotherapy and rehabilitation services in Johannesburg. We specialise in sports injuries, chronic pain management, and post-surgical recovery to get you back to doing what you love."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "500+", label: "Patients Treated" },
|
||||
{ value: "15+", label: "Years Experience" },
|
||||
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Michael Khumalo", role: "Investment Banker", company: "Johannesburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "Michael Khumalo"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Michael Khumalo"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Lisa van der Merwe", role: "Fitness Instructor", company: "Johannesburg", rating: 5,
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "4", name: "Angela Smit", role: "Teacher", company: "Johannesburg", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "Angela Smit"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Angela Smit"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Robert Joubert", role: "Construction Manager", company: "Johannesburg", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user