Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0503f01162 | |||
| 8de9ca3d21 | |||
| 476908a3cb | |||
| f53bb63586 | |||
| fd6d4805ad | |||
| 3eb24c1e2b | |||
| 227892a43d | |||
| b19e69e2fd | |||
| 06a0a95ddc | |||
| 98816f443b | |||
| 1f70516369 | |||
| 495fb7e69c | |||
| 93cea76b15 | |||
| fd47fd0499 | |||
| bc03d24c9b |
@@ -54,11 +54,11 @@ export default function LandingPage() {
|
||||
]}
|
||||
avatarText="Trusted by 500+ Konstanz patients"
|
||||
buttons={[
|
||||
{ text: "Kostenlose Beratung", href: "contact" },
|
||||
{ text: "Jetzt kostenlosen Termin sichern", href: "contact" },
|
||||
{ text: "Mehr erfahren", href: "about" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-woman-massaging-man_23-2149406802.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png"
|
||||
imageAlt="Moderne Physiotherapie Behandlung in entspannter Atmosphäre"
|
||||
mediaAnimation="slide-up"
|
||||
ariaLabel="Hero Section: Schmerzfrei bewegen mit Physio Shala"
|
||||
@@ -159,6 +159,10 @@ export default function LandingPage() {
|
||||
id: "6", name: "Markus Braun, 56 Jahre alt", date: "Date: 12 November 2024", title: "Echte, langfristige Lösungen", quote: "Ich habe viele Therapeuten ausprobiert. Bei Physio Shala merke ich, dass es nicht nur um schnelle Ergebnisse geht, sondern um echte Gesundheit und Prävention zukünftiger Probleme.", tag: "Ganzheitliche Therapie", avatarSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patients-knee_1170-2173.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-examining-patients-knee_1170-2173.jpg"
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Mein kostenloses Beratungsgespräch starten", href: "contact" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
ariaLabel="Testimonials Section: Patientenerfahrungen"
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120a00e6;
|
||||
--primary-cta: #FF7B05;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120a00e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #FF7B05;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user