Compare commits
6 Commits
version_12
...
version_14
| Author | SHA1 | Date | |
|---|---|---|---|
| 2ec6533ebe | |||
| 991bced0a0 | |||
| a4bbca3ff1 | |||
| 6d695dfad9 | |||
| e7216feaf9 | |||
| 4b4bcc80f5 |
@@ -81,7 +81,7 @@ export default function Home() {
|
||||
mediaAnimation="opacity"
|
||||
useInvertedBackground={false}
|
||||
mediaPosition="right"
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=1"
|
||||
imageAlt="Our Services"
|
||||
/>
|
||||
</div>
|
||||
@@ -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"
|
||||
@@ -145,6 +145,8 @@ export default function Home() {
|
||||
description="Book a consultation with one of our experienced physiotherapists today."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=2"
|
||||
imageAlt="Professional physiotherapy environment"
|
||||
mediaPosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
buttonText="Schedule"
|
||||
@@ -186,4 +188,4 @@ export default function Home() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #1f7cff;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #1f7cff;
|
||||
--background-accent: #f96b2f;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user