Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-03-13 02:36:43 +00:00

View File

@@ -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" }