Merge version_1 into main #2
@@ -18,7 +18,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Premium Dental Care Beyond Excellence"
|
||||
description="Experience world-class dental treatment in a serene environment designed for your comfort. Our expert team combines cutting-edge technology with personalized care to create your perfect smile."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years Experience" },
|
||||
{ value: "5000+", label: "Happy Patients" },
|
||||
@@ -125,22 +125,22 @@ export default function LandingPage() {
|
||||
topMarqueeDirection="left"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Dental Patient", testimonial: "Dr. Williams transformed my smile completely. The professionalism and care I received 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: "Dental Patient", testimonial: "Dr. Williams transformed my smile completely. The professionalism and care I received 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 Chen", handle: "Business Executive", testimonial: "Outstanding experience from consultation to treatment. The office ambiance and staff attention to detail made me feel completely at ease.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"
|
||||
id: "2", name: "James Chen", handle: "Business Executive", testimonial: "Outstanding experience from consultation to treatment. The office ambiance and staff attention to detail made me feel completely at ease.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", handle: "Patient", testimonial: "I was nervous about my dental work, but the team at Luminous made me feel secure and comfortable throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=2", imageAlt: "Emma Rodriguez"
|
||||
id: "3", name: "Emma Rodriguez", handle: "Patient", testimonial: "I was nervous about my dental work, but the team at Luminous made me feel secure and comfortable throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Emma Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Park", handle: "Health Professional", testimonial: "As a dentist myself, I was impressed by their clinical standards and state-of-the-art facilities. Exceptional practice.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Park"
|
||||
id: "4", name: "Michael Park", handle: "Health Professional", testimonial: "As a dentist myself, I was impressed by their clinical standards and state-of-the-art facilities. Exceptional practice.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Park"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Taylor", handle: "Patient", testimonial: "The results exceeded my expectations. Dr. Williams listens carefully and delivers exactly what you envision for your smile.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg?_wi=3", imageAlt: "Jessica Taylor"
|
||||
id: "5", name: "Jessica Taylor", handle: "Patient", testimonial: "The results exceeded my expectations. Dr. Williams listens carefully and delivers exactly what you envision for your smile.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg", imageAlt: "Jessica Taylor"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", handle: "Patient", testimonial: "A truly premium dental experience. Every detail matters here, from the welcoming reception to the pain-free procedures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "David Kumar"
|
||||
id: "6", name: "David Kumar", handle: "Patient", testimonial: "A truly premium dental experience. Every detail matters here, from the welcoming reception to the pain-free procedures.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Patient testimonials section"
|
||||
@@ -154,7 +154,7 @@ export default function LandingPage() {
|
||||
description="Subscribe to our newsletter for exclusive dental tips, special offers, and updates on the latest treatments in cosmetic and restorative dentistry."
|
||||
tagIcon={Mail}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/mailbox-subscribe-design_23-2147614505.jpg"
|
||||
imageAlt="Dental newsletter signup"
|
||||
|
||||
Reference in New Issue
Block a user