Merge version_1 into main #2
@@ -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,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Experience Premium Dental Care"
|
||||
description="Exceptional dentistry meets cutting-edge technology. Discover comprehensive treatments delivered with precision, compassion, and your comfort at the forefront."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years Experience" },
|
||||
{ value: "5000+", label: "Happy Patients" },
|
||||
@@ -54,13 +54,13 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={true}
|
||||
tag="Premium Dental Care"
|
||||
tagIcon={Sparkles}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Book Your Appointment", href: "#contact" },
|
||||
{ text: "Learn About Our Services", href: "#services" }
|
||||
]}
|
||||
buttonAnimation="reveal-blur"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1"
|
||||
buttonAnimation="blur-reveal"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"
|
||||
imageAlt="Modern luxury dental office"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
description="Comprehensive dental solutions tailored to enhance your smile and oral health with the latest technology and techniques."
|
||||
tag="Services"
|
||||
tagIcon={CheckCircle}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Preventive", name: "Professional Cleaning", price: "Preventive Care", rating: 5,
|
||||
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=1", imageAlt: "Comprehensive dental cleaning service"
|
||||
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "Comprehensive dental cleaning service"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
heading={[{ type: "text", content: "Excellence in Dentistry Since 2004" }]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Meet Our Team", href: "#about" }]}
|
||||
buttonAnimation="reveal-blur"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -110,23 +110,23 @@ export default function LandingPage() {
|
||||
description="We combine expertise, compassion, and innovation to deliver exceptional dental experiences that transform smiles."
|
||||
tag="Treatment Excellence"
|
||||
tagIcon={Award}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="scale-rotate"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "State-of-the-Art Technology", description: "Advanced digital imaging and precision instruments for accurate diagnostics and optimal treatment outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2", imageAlt: "Modern dental technology"
|
||||
title: "State-of-the-Art Technology", description: "Advanced digital imaging and precision instruments for accurate diagnostics and optimal treatment outcomes.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Modern dental technology"
|
||||
},
|
||||
{
|
||||
title: "Patient-Centered Approach", description: "Personalized treatment plans designed around your unique needs, concerns, and smile goals.", imageSrc: "http://img.b2bpic.net/free-photo/team-happy-doctors-standing-with-arms-crossed-mri-scanner-hospital-looking-camera_637285-389.jpg", imageAlt: "Compassionate dental team"
|
||||
},
|
||||
{
|
||||
title: "Comfort & Relaxation", description: "Serene environment with sedation options to ensure a calm, comfortable experience for anxious patients.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=3", imageAlt: "Comfortable dental treatment room"
|
||||
title: "Comfort & Relaxation", description: "Serene environment with sedation options to ensure a calm, comfortable experience for anxious patients.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Comfortable dental treatment room"
|
||||
},
|
||||
{
|
||||
title: "Preventive Excellence", description: "Proactive care strategies and education to maintain optimal oral health and prevent future complications.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg?_wi=2", imageAlt: "Preventive dental care"
|
||||
title: "Preventive Excellence", description: "Proactive care strategies and education to maintain optimal oral health and prevent future complications.", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "Preventive dental care"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -141,27 +141,27 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tag="Testimonials"
|
||||
tagIcon={Star}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
speed={40}
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Smile Transformation", testimonial: "Dr. Chen completely transformed my smile. The care and attention to detail throughout my treatment was exceptional. Highly recommend Luminous Dental!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Smile Transformation", testimonial: "Dr. Chen completely transformed my smile. The care and attention to detail throughout my treatment was exceptional. Highly recommend Luminous Dental!", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", handle: "Implant Success", testimonial: "After years of insecurity, I finally have the smile I've always wanted. The implant procedure was seamless, and the results exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Rodriguez"
|
||||
id: "2", name: "James Rodriguez", handle: "Implant Success", testimonial: "After years of insecurity, I finally have the smile I've always wanted. The implant procedure was seamless, and the results exceeded expectations.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Thompson", handle: "Whitening Wonder", testimonial: "My teeth have never looked better! The professional whitening treatment delivered stunning results, and the office atmosphere is so calming.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", imageAlt: "Emily Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Davis", handle: "Preventive Care", testimonial: "I appreciate how the team educates me on maintaining my oral health. Their preventive approach has saved me from serious issues down the road.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Davis"
|
||||
id: "4", name: "Michael Davis", handle: "Preventive Care", testimonial: "I appreciate how the team educates me on maintaining my oral health. Their preventive approach has saved me from serious issues down the road.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Davis"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Wong", handle: "Anxiety-Free", testimonial: "As someone with dental anxiety, the gentle approach and sedation options made all the difference. I'm no longer afraid to visit the dentist.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Jessica Wong"
|
||||
id: "5", name: "Jessica Wong", handle: "Anxiety-Free", testimonial: "As someone with dental anxiety, the gentle approach and sedation options made all the difference. I'm no longer afraid to visit the dentist.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Wong"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Robert Green", handle: "Family Care", testimonial: "Entire family comes here. Dr. Chen and staff treat everyone with respect and make appointments enjoyable. Best dental practice in the city!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Robert Green"
|
||||
id: "6", name: "Robert Green", handle: "Family Care", testimonial: "Entire family comes here. Dr. Chen and staff treat everyone with respect and make appointments enjoyable. Best dental practice in the city!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Robert Green"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -173,10 +173,10 @@ export default function LandingPage() {
|
||||
title="Book Your Appointment Today"
|
||||
description="Schedule a consultation with our dental experts. We'll discuss your goals and create a personalized treatment plan that exceeds your expectations."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="reveal-blur"
|
||||
tagAnimation="blur-reveal"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"
|
||||
imageAlt="Welcoming dental office reception"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user