Compare commits
4 Commits
version_11
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| e7216feaf9 | |||
| 4b4bcc80f5 | |||
| 5fb4f20254 | |||
| b24b753979 |
@@ -53,8 +53,8 @@ export default function Home() {
|
||||
<div id="about" data-section="about">
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{ type: "text", content: "At Physio Shala, we believe in the transformative power of evidence-based physiotherapy. With over 15 years of expertise, we combine cutting-edge treatment techniques with personalized care to help you achieve lasting recovery and wellness. Our mission is to restore your mobility, reduce pain, and empower you to live your best life." },
|
||||
{ type: "text", content: "About Physio Shala" },
|
||||
{ type: "text", content: "At Physio Shala, we believe in the transformative power of evidence-based physiotherapy. With over 15 years of expertise, we combine cutting-edge treatment techniques with personalized care to help you achieve lasting recovery and wellness. Our mission is to restore your mobility, reduce pain, and empower you to live your best life." },
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -104,10 +104,10 @@ export default function Home() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Anna M.", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."
|
||||
id: "1", name: "Anna M., Marathon Runner", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael S.", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."
|
||||
id: "2", name: "Michael S., Corporate Professional", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."
|
||||
},
|
||||
]}
|
||||
title="Patient Testimonials"
|
||||
@@ -186,4 +186,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user