Merge version_1 into main #2
@@ -14,7 +14,7 @@ export default function ContactPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -40,9 +40,9 @@ export default function ContactPage() {
|
||||
tag="Newsletter"
|
||||
title="Bleiben Sie informiert"
|
||||
description="Abonnieren Sie unseren Newsletter für Tipps zur Zahngesundheit, aktuelle Informationen und spezielle Angebote aus unserer Praxis."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg"
|
||||
imageAlt="Zahnarztpraxis Kontakt und Terminvereinbarung"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
@@ -57,8 +57,7 @@ export default function ContactPage() {
|
||||
copyrightText="© 2025 Zahnarztpraxis Oliver Thust und Isabel Kröning. Alle Rechte vorbehalten."
|
||||
columns={[
|
||||
{
|
||||
title: "Praxis",
|
||||
items: [
|
||||
title: "Praxis", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Über uns", href: "/about" },
|
||||
{ label: "Leistungen", href: "/services" },
|
||||
@@ -66,20 +65,16 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/contact" },
|
||||
{ label: "Telefon: 03402 15504", href: "tel:+493402-15504" },
|
||||
{
|
||||
label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau", href: "#"},
|
||||
{ label: "Öffnungszeiten", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "/impressum" },
|
||||
{ label: "Datenschutz", href: "/datenschutz" },
|
||||
{ label: "AGB", href: "#" },
|
||||
|
||||
130
src/app/page.tsx
130
src/app/page.tsx
@@ -21,8 +21,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Praxis",
|
||||
items: [
|
||||
title: "Praxis", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Über uns", href: "/about" },
|
||||
{ label: "Leistungen", href: "/services" },
|
||||
@@ -30,8 +29,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
title: "Kontakt", items: [
|
||||
{ label: "Kontaktformular", href: "/contact" },
|
||||
{ label: "Telefon: 03402 15504", href: "tel:+493402-15504" },
|
||||
{ label: "Kurt-Weill-Straße 41, 06844 Dessau-Roßlau", href: "#" },
|
||||
@@ -39,8 +37,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Rechtliches",
|
||||
items: [
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Impressum", href: "/impressum" },
|
||||
{ label: "Datenschutz", href: "/datenschutz" },
|
||||
{ label: "AGB", href: "#" },
|
||||
@@ -56,7 +53,7 @@ export default function HomePage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -67,9 +64,7 @@ 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>
|
||||
@@ -78,7 +73,7 @@ export default function HomePage() {
|
||||
<HeroSplitKpi
|
||||
title="Ihre Zahnarztpraxis in Dessau-Roßlau – moderne Zahnmedizin mit persönlicher Betreuung"
|
||||
description="Die Gemeinschaftspraxis Oliver Thust und Isabel Kröning bietet einfühlsame und professionelle zahnmedizinische Betreuung für die ganze Familie. Mit moderner Technik und persönlicher Beratung sorgen wir für Ihr Lächeln."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Jahre Erfahrung" },
|
||||
{ value: "5000+", label: "Zufriedene Patienten" },
|
||||
@@ -103,35 +98,14 @@ export default function HomePage() {
|
||||
description="Wir bieten ein umfassendes Spektrum an zahnmedizinischen Leistungen für die ganze Familie"
|
||||
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?_wi=1",
|
||||
imageAlt: "Zahnuntersuchung und Behandlung",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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?_wi=1",
|
||||
imageAlt: "Professionelle Zahnreinigung",
|
||||
},
|
||||
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"},
|
||||
{
|
||||
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",
|
||||
},
|
||||
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", imageAlt: "Zahnarzt mit Kind in freundlicher Atmosphäre"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
@@ -144,9 +118,7 @@ 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" }]}
|
||||
@@ -160,29 +132,13 @@ 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?_wi=1",
|
||||
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?_wi=1",
|
||||
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?_wi=1",
|
||||
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", imageAlt: "Zahnarztpraxis für Kinder und Erwachsene"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
animationType="blur-reveal"
|
||||
@@ -200,53 +156,17 @@ 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", 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", 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?_wi=1",
|
||||
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?_wi=1",
|
||||
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", 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", imageAlt: "Thomas Baecker"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -256,9 +176,9 @@ export default function HomePage() {
|
||||
tag="Newsletter"
|
||||
title="Bleiben Sie informiert"
|
||||
description="Abonnieren Sie unseren Newsletter für Tipps zur Zahngesundheit, aktuelle Informationen und spezielle Angebote aus unserer Praxis."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-vector/medical-booking-app-with-photo_52683-38628.jpg"
|
||||
imageAlt="Zahnarztpraxis Kontakt und Terminvereinbarung"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
|
||||
Reference in New Issue
Block a user