Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 06:21:36 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
tag="Premium Dental Practice"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
kpis={[
{ value: "20+", label: "Years Excellence" },
{ value: "5000+", label: "Happy Patients" },
@@ -168,7 +168,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Schedule Your Smile Consultation"
description="Ready to transform your smile? Book your personalized consultation with our dental specialists. We'll create a custom treatment plan tailored to your goals and budget."
background={{ variant: "glowing-orb" }}
background={{ variant: "aurora" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg"
imageAlt="Luxury dental clinic waiting area"
@@ -211,4 +211,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}