diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b05903..b341b88 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FeatureCardThree from '@/components/sections/feature/featureCardThree/Fea import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Smile, Star, Phone, CheckCircle, Clock, MapPin } from 'lucide-react'; +import { Sparkles, CheckCircle, Clock, Phone } from 'lucide-react'; export default function DentistPage() { return ( @@ -35,7 +35,8 @@ export default function DentistPage() { { name: "Kontakt", id: "contact" } ]} button={{ - text: "Termin vereinbaren", href: "#contact" + text: "Termin vereinbaren", + href: "#contact" }} /> @@ -54,7 +55,8 @@ export default function DentistPage() { ], logoIcon: Phone, sidebarItems: [{ icon: CheckCircle, active: true }, { icon: Clock }], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif", buttons: [{ text: "Jetzt anrufen", href: "tel:+496443123456" }] + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/hero/hero1.avif", buttons: [{ text: "Jetzt anrufen", href: "tel:+496443123456" }], + listItems: [{ icon: CheckCircle, title: "Notdienst verfügbar", status: "Aktiv" }] }} /> @@ -66,6 +68,7 @@ export default function DentistPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" textboxLayout="split" + useInvertedBackground={false} products={[ { id: "1", name: "Prophylaxe & PZR", price: "Professionell", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service1.avif" }, { id: "2", name: "Implantologie", price: "Hochwertig", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/dentist/services/service2.avif" }, @@ -86,9 +89,11 @@ export default function DentistPage() {