diff --git a/src/app/page.tsx b/src/app/page.tsx
index d790a31..be7fd6f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,22 +29,10 @@ export default function LandingPage() {
@@ -52,63 +40,26 @@ export default function LandingPage() {
@@ -119,20 +70,11 @@ export default function LandingPage() {
title="Kompetenz und Menschlichkeit"
description="Frau Dr. Failer und ihr Team setzen auf eine individuelle und angstfreie Behandlung. Wir nehmen uns die Zeit, jeden Schritt verständlich zu erklären, damit Sie sich rundum wohlfühlen."
metrics={[
- {
- value: "10+",
- title: "Jahre Erfahrung",
- },
- {
- value: "24+",
- title: "Positive Bewertungen",
- },
- {
- value: "4.8",
- title: "Sterne Durchschnitt",
- },
+ { value: "10+", title: "Jahre Erfahrung" },
+ { value: "24+", title: "Positive Bewertungen" },
+ { value: "4.8", title: "Sterne Durchschnitt" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/stomatologist-consulting-patient-with-caries-problem-dentistry-office-using-dental-tools-instrument-medic-assistant-preparing-surgery-procedure-with-drill-intrument_482257-37312.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/stomatologist-consulting-patient-with-caries-problem-dentistry-office-using-dental-tools-instrument-medic-assistant-preparing-surgery-procedure-with-drill-intrument_482257-37312.jpg"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
/>
@@ -143,55 +85,31 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={true}
- features={[
- {
- title: "Vorsorge & Prophylaxe",
- description: "Professionelle Zahnreinigung und regelmäßige Kontrollen für langfristig gesunde Zähne.",
- icon: Shield,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg?_wi=2",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-male-doctor_171337-1485.jpg?_wi=2",
- imageAlt: "dental clinic modern interior clean",
- },
- {
- title: "Ästhetische Zahnheilkunde",
- description: "Von Aufhellungen bis hin zu hochwertigen Restaurationen – für Ihr schönstes Lächeln.",
- icon: Sparkles,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg?_wi=2",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/stomatologist-consulting-patient-with-caries-problem-dentistry-office-using-dental-tools-instrument-medic-assistant-preparing-surgery-procedure-with-drill-intrument_482257-37312.jpg?_wi=2",
- imageAlt: "dentist doctor consultation office",
- },
- {
- title: "Kinderzahnheilkunde",
- description: "Wir begleiten unsere kleinsten Patienten einfühlsam und geduldig in einer kindgerechten Umgebung.",
- icon: Award,
- mediaItems: [
- {
- imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg?_wi=1",
- },
- {
- imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg?_wi=2",
- },
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg?_wi=3",
- imageAlt: "dental checkup procedure professional",
- },
- ]}
title="Unsere Leistungen"
description="Ein umfassendes Spektrum für Ihre Zahngesundheit."
+ features={[
+ {
+ title: "Vorsorge & Prophylaxe", description: "Professionelle Zahnreinigung und regelmäßige Kontrollen für langfristig gesunde Zähne.", icon: Shield,
+ mediaItems: [
+ { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-hands-holding-dentist-tools-dental-clinic_651396-2604.jpg" },
+ ]
+ },
+ {
+ title: "Ästhetische Zahnheilkunde", description: "Von Aufhellungen bis hin zu hochwertigen Restaurationen – für Ihr schönstes Lächeln.", icon: Sparkles,
+ mediaItems: [
+ { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/equipment-dental-instruments-dentist-s-office-tools-close-up_8353-1673.jpg" },
+ ]
+ },
+ {
+ title: "Kinderzahnheilkunde", description: "Wir begleiten unsere kleinsten Patienten einfühlsam und geduldig in einer kindgerechten Umgebung.", icon: Award,
+ mediaItems: [
+ { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/child-patient-leaning-dental-chair-clinic_23-2147906075.jpg" },
+ ]
+ },
+ ]}
/>
@@ -199,31 +117,11 @@ export default function LandingPage() {