diff --git a/src/app/page.tsx b/src/app/page.tsx index 872fa3a..62e77de 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,18 +46,6 @@ export default function LandingPage() { title="Transform Your Smile with Premium Dental Care" description="Experience the art and science of modern dentistry at Luminous Dental. Our expert team combines cutting-edge technology with personalized care to deliver exceptional results that enhance both your health and confidence." background={{ variant: "sparkles-gradient" }} - scrollItems={[ - { - id: "1", label: "20+ Years", subLabel: "of Excellence", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8j0kk", imageAlt: "Two decades of luxury dental expertise" - }, - { - id: "2", label: "5,000+", subLabel: "Satisfied Patients", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8j0kk", imageAlt: "Thousands of transformed smiles" - }, - { - id: "3", label: "99%", subLabel: "Patient Satisfaction", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=k8j0kk", imageAlt: "Industry-leading satisfaction rates" - } - ]} - mediaAnimation="slide-up" buttons={[ { text: "Book Your Consultation", href: "#contact" }, { text: "Learn More", href: "#services" }