Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a1f6a7f3c3 | |||
| 3a301257e7 | |||
| 79f84b25fc | |||
| fcbf35c9d6 | |||
| 5f6631c609 | |||
| f17ebe8619 | |||
| 6edf881f00 | |||
| 6dad285bba | |||
| a6579f5d02 |
@@ -5,7 +5,8 @@ import "./globals.css";
|
|||||||
const inter = Inter({ subsets: ["latin"] });
|
const inter = Inter({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Physio Shala - Physiotherapie Konstanz", description: "Professionelle Physiotherapie in Konstanz mit modernen Therapien und persönlicher Betreuung."};
|
title: "Physio Shala - Physiotherapie Konstanz", description: "Professionelle Physiotherapie in Konstanz mit modernen Therapien und persönlicher Betreuung."
|
||||||
|
};
|
||||||
|
|
||||||
export default function RootLayout({
|
export default function RootLayout({
|
||||||
children,
|
children,
|
||||||
|
|||||||
@@ -47,8 +47,14 @@ export default function LandingPage() {
|
|||||||
tag="Physiotherapie Konstanz"
|
tag="Physiotherapie Konstanz"
|
||||||
tagIcon={Heart}
|
tagIcon={Heart}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
|
avatars={[
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/beautiful-woman-cafe_273609-12666.jpg", alt: "Patient 1" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/front-view-female-doctor-smiling-yellow-space_179666-13927.jpg", alt: "Patient 2" },
|
||||||
|
{ src: "http://img.b2bpic.net/free-photo/senior-couple-holding-wine-glasses-hand-looking-each-other_23-2147901504.jpg", alt: "Patient 3" },
|
||||||
|
]}
|
||||||
|
avatarText="Trusted by 500+ Konstanz patients"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Kostenlosen Termin buchen", href: "contact" },
|
{ text: "Jetzt kostenlosen Termin sichern", href: "contact" },
|
||||||
{ text: "Mehr erfahren", href: "about" },
|
{ text: "Mehr erfahren", href: "about" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -130,7 +136,7 @@ export default function LandingPage() {
|
|||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardFive
|
||||||
title="Geschichten von Genesung und Erfolg"
|
title="Geschichten von Genesung und Erfolg"
|
||||||
description="Echte Patientenerfahrungen von Menschen, die mit Physio Shala ihre Gesundheit zurückgewonnen haben"
|
description="Echte Patientenerfahrungen von Menschen, die mit Physio Shala ihre Gesundheit zurückgewonnen haben. Erste Ergebnisse bereits nach 2-4 Wochen—transformativ und nachhaltig."
|
||||||
tag="Testimonials"
|
tag="Testimonials"
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
testimonials={[
|
testimonials={[
|
||||||
|
|||||||
Reference in New Issue
Block a user