7 Commits

Author SHA1 Message Date
79f84b25fc Update src/app/page.tsx 2026-03-09 22:09:12 +00:00
fcbf35c9d6 Merge version_5 into main
Merge version_5 into main
2026-03-09 22:05:59 +00:00
5f6631c609 Update src/app/page.tsx 2026-03-09 22:05:54 +00:00
f17ebe8619 Update src/app/layout.tsx 2026-03-09 22:05:54 +00:00
6edf881f00 Merge version_4 into main
Merge version_4 into main
2026-03-09 22:03:11 +00:00
6dad285bba Update src/app/layout.tsx 2026-03-09 22:03:07 +00:00
a6579f5d02 Merge version_3 into main
Merge version_3 into main
2026-03-09 22:01:07 +00:00
2 changed files with 11 additions and 4 deletions

View File

@@ -5,7 +5,8 @@ import "./globals.css";
const inter = Inter({ subsets: ["latin"] });
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({
children,
@@ -1384,4 +1385,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -47,8 +47,14 @@ export default function LandingPage() {
tag="Physiotherapie Konstanz"
tagIcon={Heart}
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={[
{ text: "Kostenlosen Termin buchen", href: "contact" },
{ text: "Jetzt kostenlosen Termin sichern", href: "contact" },
{ text: "Mehr erfahren", href: "about" },
]}
buttonAnimation="slide-up"
@@ -250,4 +256,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}