Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-08 09:35:32 +00:00
2 changed files with 43 additions and 1443 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -64,7 +64,8 @@ export default function HomePage() {
navItems={navItems}
brandName="Zahnarztpraxis Thust & Kröning"
button={{
text: "Termin anfragen", href: "/contact"}}
text: "Termin anfragen", href: "/contact"
}}
animateOnLoad={true}
/>
</div>
@@ -82,7 +83,6 @@ export default function HomePage() {
enableKpiAnimation={true}
buttons={[
{ text: "Termin anfragen", href: "/contact" },
{ text: "Kontakt", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-hotel-lobby-interior_74190-4868.jpg"
@@ -99,13 +99,16 @@ export default function HomePage() {
products={[
{
id: "general", brand: "Zahnmedizin", name: "Allgemeine Zahnheilkunde", price: "Individuelle Beratung", rating: 5,
reviewCount: "Professionell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Zahnuntersuchung und Behandlung"},
reviewCount: "Professionell", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Zahnuntersuchung und Behandlung"
},
{
id: "prophylaxis", brand: "Vorsorge", name: "Prophylaxe & Zahnreinigung", price: "Regelmäßige Betreuung", rating: 5,
reviewCount: "Empfohlen", imageSrc: "http://img.b2bpic.net/free-photo/canal-beauty-caries-assistant-background-chair_1303-2736.jpg", imageAlt: "Professionelle Zahnreinigung"},
reviewCount: "Empfohlen", imageSrc: "http://img.b2bpic.net/free-photo/canal-beauty-caries-assistant-background-chair_1303-2736.jpg", imageAlt: "Professionelle Zahnreinigung"
},
{
id: "children", brand: "Kinderbereich", name: "Kinderzahnheilkunde", price: "Freundlich & Sicher", rating: 5,
reviewCount: "Beliebt", imageSrc: "http://img.b2bpic.net/free-photo/dental-fillings-dental-fillings-with-ultraviolet-light-female-dentist-treating-girls-tooth_169016-67137.jpg?_wi=1", imageAlt: "Zahnarzt mit Kind in freundlicher Atmosphäre"},
reviewCount: "Beliebt", imageSrc: "http://img.b2bpic.net/free-photo/dental-fillings-dental-fillings-with-ultraviolet-light-female-dentist-treating-girls-tooth_169016-67137.jpg?_wi=1", imageAlt: "Zahnarzt mit Kind in freundlicher Atmosphäre"
},
]}
textboxLayout="default"
animationType="slide-up"
@@ -118,7 +121,8 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text", content: "Vertrauen, Sorgfalt und persönliche Betreuung"},
type: "text", content: "Vertrauen, Sorgfalt und persönliche Betreuung"
},
]}
useInvertedBackground={true}
buttons={[{ text: "Mehr über uns", href: "/about" }]}
@@ -132,13 +136,17 @@ export default function HomePage() {
description="Entdecken Sie die Vorteile unserer modernen Zahnarztpraxis"
features={[
{
title: "Modernes Equipment", description: "Neueste technologische Ausstattung für präzise Diagnose und schonende Behandlung", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-20957.jpg", imageAlt: "Modernes zahnmedizinisches Equipment"},
title: "Modernes Equipment", description: "Neueste technologische Ausstattung für präzise Diagnose und schonende Behandlung", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-20957.jpg", imageAlt: "Modernes zahnmedizinisches Equipment"
},
{
title: "Freundliches Team", description: "Erfahrene Zahnärzte und unterstützendes Personal mit großem Einfühlungsvermögen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-hospital-premises_107420-84766.jpg", imageAlt: "Freundliches Zahnarztpraxis-Team"},
title: "Freundliches Team", description: "Erfahrene Zahnärzte und unterstützendes Personal mit großem Einfühlungsvermögen", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-doctor-hospital-premises_107420-84766.jpg", imageAlt: "Freundliches Zahnarztpraxis-Team"
},
{
title: "Persönliche Beratung", description: "Ausführliche Gespräche und individuell abgestimmte Behandlungsplanung", imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "Zahnarzt berät Patient zur Behandlung"},
title: "Persönliche Beratung", description: "Ausführliche Gespräche und individuell abgestimmte Behandlungsplanung", imageSrc: "http://img.b2bpic.net/free-photo/young-dentist-showing-digital-tablet-male-patient-treatment-dental-clinic_662251-2573.jpg", imageAlt: "Zahnarzt berät Patient zur Behandlung"
},
{
title: "Für die ganze Familie", description: "Von Kinderzahnheilkunde bis zur Behandlung von Erwachsenen wir kümmern uns um alle", imageSrc: "http://img.b2bpic.net/free-photo/dental-fillings-dental-fillings-with-ultraviolet-light-female-dentist-treating-girls-tooth_169016-67137.jpg?_wi=2", imageAlt: "Zahnarztpraxis für Kinder und Erwachsene"},
title: "Für die ganze Familie", description: "Von Kinderzahnheilkunde bis zur Behandlung von Erwachsenen wir kümmern uns um alle", imageSrc: "http://img.b2bpic.net/free-photo/dental-fillings-dental-fillings-with-ultraviolet-light-female-dentist-treating-girls-tooth_169016-67137.jpg?_wi=2", imageAlt: "Zahnarztpraxis für Kinder und Erwachsene"
},
]}
textboxLayout="default"
animationType="blur-reveal"
@@ -156,17 +164,23 @@ export default function HomePage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah Mueller", handle: "Patientin seit 2019", testimonial: "Hervorragende Behandlung! Frau Dr. Kröning hat mir meine Angst vor dem Zahnarzt genommen. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg?_wi=1", imageAlt: "Sarah Mueller"},
id: "1", name: "Sarah Mueller", handle: "Patientin seit 2019", testimonial: "Hervorragende Behandlung! Frau Dr. Kröning hat mir meine Angst vor dem Zahnarzt genommen. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg?_wi=1", imageAlt: "Sarah Mueller"
},
{
id: "2", name: "Michael Schmidt", handle: "Patient seit 2018", testimonial: "Professionell, freundlich und zuverlässig. Das Team kümmert sich wirklich um jeden Patienten. Vielen Dank!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=1", imageAlt: "Michael Schmidt"},
id: "2", name: "Michael Schmidt", handle: "Patient seit 2018", testimonial: "Professionell, freundlich und zuverlässig. Das Team kümmert sich wirklich um jeden Patienten. Vielen Dank!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=1", imageAlt: "Michael Schmidt"
},
{
id: "3", name: "Eva Weber", handle: "Patientin seit 2020", testimonial: "Ich bin begeistert von der modernen Ausstattung und der angenehmen Atmosphäre. Jederzeit gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", imageAlt: "Eva Weber"},
id: "3", name: "Eva Weber", handle: "Patientin seit 2020", testimonial: "Ich bin begeistert von der modernen Ausstattung und der angenehmen Atmosphäre. Jederzeit gerne wieder!", imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-pajamas-while-sitting-bed_273609-13215.jpg", imageAlt: "Eva Weber"
},
{
id: "4", name: "Klaus Hoffmann", handle: "Patient seit 2017", testimonial: "Endlich einen Zahnarzt gefunden, bei dem ich mich vollständig aufgehoben fühle. Besonders die Kommunikation ist hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg", imageAlt: "Klaus Hoffmann"},
id: "4", name: "Klaus Hoffmann", handle: "Patient seit 2017", testimonial: "Endlich einen Zahnarzt gefunden, bei dem ich mich vollständig aufgehoben fühle. Besonders die Kommunikation ist hervorragend.", imageSrc: "http://img.b2bpic.net/free-photo/happy-older-woman-wearing-glasses_23-2149082498.jpg", imageAlt: "Klaus Hoffmann"
},
{
id: "5", name: "Petra Keller", handle: "Patientin seit 2021", testimonial: "Die Zahnreinigung war komplett schmerzfrei. Sehr professionelles Vorgehen und tolle Beratung. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg?_wi=2", imageAlt: "Petra Keller"},
id: "5", name: "Petra Keller", handle: "Patientin seit 2021", testimonial: "Die Zahnreinigung war komplett schmerzfrei. Sehr professionelles Vorgehen und tolle Beratung. Sehr empfehlenswert!", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-hospital-with-stethoscope_23-2148827773.jpg?_wi=2", imageAlt: "Petra Keller"
},
{
id: "6", name: "Thomas Baecker", handle: "Patient seit 2019", testimonial: "Meine ganze Familie wird hier behandelt. Die Ärzte nehmen sich Zeit und erklären alles verständlich. Top-Empfehlung!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=2", imageAlt: "Thomas Baecker"},
id: "6", name: "Thomas Baecker", handle: "Patient seit 2019", testimonial: "Meine ganze Familie wird hier behandelt. Die Ärzte nehmen sich Zeit und erklären alles verständlich. Top-Empfehlung!", imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-guy-glasses-expressing-approval_1262-14240.jpg?_wi=2", imageAlt: "Thomas Baecker"
},
]}
/>
</div>
@@ -196,4 +210,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}