4 Commits

Author SHA1 Message Date
a940286e6f Update src/app/page.tsx 2026-04-15 13:36:49 +00:00
1f0b06b431 Merge version_3 into main
Merge version_3 into main
2026-04-15 13:35:10 +00:00
eab53d6545 Update src/app/page.tsx 2026-04-15 13:35:07 +00:00
3295a67381 Merge version_2 into main
Merge version_2 into main
2026-04-15 13:34:19 +00:00

View File

@@ -75,7 +75,7 @@ export default function LandingPage() {
]} ]}
buttons={[ buttons={[
{ {
text: "Jetzt Termin vereinbaren", href: "#contact"}, text: "Jetzt Beratungstermin anfragen", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=2" imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=2"
avatars={[ avatars={[
@@ -144,6 +144,9 @@ export default function LandingPage() {
]} ]}
title="Unsere Leistungen" title="Unsere Leistungen"
description="Breites Spektrum auf höchstem Niveau." description="Breites Spektrum auf höchstem Niveau."
buttons={[
{ text: "Jetzt Termin buchen", href: "#contact" }
]}
/> />
</div> </div>