From a2232f6d92874fe1c01fd25c523e7dded2e6aec7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 02:36:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ------------ 1 file changed, 12 deletions(-) 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" } -- 2.49.1