Merge version_1 into main #2

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

View File

@@ -15,11 +15,11 @@ export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="text-stagger"
defaultTextAnimation="reveal-blur"
defaultTextAnimation="entrance-slide"
borderRadius="pill"
contentWidth="smallMedium"
sizing="mediumLargeSizeMediumTitles"
background="aurora"
background="circleGradient"
cardStyle="layered-gradient"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="solid"
@@ -45,23 +45,23 @@ export default function LandingPage() {
description="Welcome to Luminous Dental, where cutting-edge technology meets compassionate care. Experience comprehensive dental services in a serene, luxurious environment designed for your comfort and confidence."
tag="Premium Dental Practice"
tagIcon={Sparkles}
tagAnimation="reveal-blur"
background={{ variant: "aurora" }}
tagAnimation="slide-up"
background={{ variant: "glowing-orb" }}
kpis={[
{ value: "20+", label: "Years Excellence" },
{ value: "5000+", label: "Happy Patients" },
{ value: "99.2%", label: "Satisfaction Rate" }
]}
enableKpiAnimation={true}
mediaAnimation="reveal-blur"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg?_wi=1"
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg"
imageAlt="Modern luxury dental clinic interior"
imagePosition="right"
buttons={[
{ text: "Schedule Consultation", href: "#contact" },
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="slide-up"
/>
</div>
@@ -71,7 +71,7 @@ export default function LandingPage() {
description="Discover our comprehensive range of specialized dental treatments delivered with precision and care"
tag="Our Services"
tagIcon={CheckCircle}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
@@ -102,7 +102,7 @@ export default function LandingPage() {
buttons={[
{ text: "Meet Our Team", href: "#contact" }
]}
buttonAnimation="reveal-blur"
buttonAnimation="slide-up"
/>
</div>
@@ -112,17 +112,17 @@ export default function LandingPage() {
description="State-of-the-art technology combined with personalized care and a commitment to your dental health"
tag="Our Advantages"
tagIcon={Award}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
gridVariant="two-columns-alternating-heights"
animationType="blur-reveal"
features={[
{
title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg?_wi=2", imageAlt: "Modern dental technology equipment"
title: "Advanced Technology", description: "Latest digital imaging, laser treatments, and digital smile design technology for precision diagnostics and treatment", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797671.jpg", imageAlt: "Modern dental technology equipment"
},
{
title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=1", imageAlt: "Luxury dental practice reception"
title: "Comfort-First Approach", description: "Relaxing environment with premium amenities, sedation options, and individualized pain management strategies", imageSrc: "http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg", imageAlt: "Luxury dental practice reception"
}
]}
/>
@@ -134,10 +134,10 @@ export default function LandingPage() {
description="Hear from those who have experienced exceptional care at Luminous Dental"
tag="Patient Reviews"
tagIcon={Star}
tagAnimation="reveal-blur"
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={true}
animationType="reveal-blur"
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Mitchell", handle: "@smarth_smile", testimonial: "Dr. Johnson's expertise transformed my smile completely. The entire team was professional, welcoming, and made me feel at ease throughout every appointment.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-dentist_23-2148396152.jpg", imageAlt: "Sarah Mitchell"
@@ -165,14 +165,14 @@ export default function LandingPage() {
<ContactSplit
tag="Get In Touch"
tagIcon={MessageSquare}
tagAnimation="reveal-blur"
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: "aurora" }}
background={{ variant: "glowing-orb" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/happy-female-dentist-pointing-teeth-x-ray-clinic_23-2147879289.jpg"
imageAlt="Luxury dental clinic waiting area"
mediaAnimation="reveal-blur"
mediaAnimation="slide-up"
mediaPosition="right"
inputPlaceholder="your@email.com"
buttonText="Request Appointment"