Update src/app/page.tsx
This commit is contained in:
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Premium Dental Care for Your Perfect Smile"
|
||||
description="Experience world-class dental services delivered with precision, compassion, and cutting-edge technology. Your oral health is our priority."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "20+", label: "Years of Excellence" },
|
||||
{ value: "5,000+", label: "Happy Patients" },
|
||||
@@ -161,22 +161,22 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Dental Excellence", testimonial: "Dr. Chen's attention to detail and compassionate approach completely transformed my smile. I couldn't be happier with the results!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Dental Excellence", testimonial: "Dr. Chen's attention to detail and compassionate approach completely transformed my smile. I couldn't be happier with the results!", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", handle: "Trusted Dentist", testimonial: "Finally found a dental office where I feel truly comfortable. The team makes every appointment a pleasant experience.", 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: "Trusted Dentist", testimonial: "Finally found a dental office where I feel truly comfortable. The team makes every appointment a pleasant experience.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Watson", handle: "Family Dentistry", testimonial: "My entire family trusts Dr. Patterson with our dental care. Professional, caring, and always going the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=2", imageAlt: "Emily Watson"
|
||||
id: "3", name: "Emily Watson", handle: "Family Dentistry", testimonial: "My entire family trusts Dr. Patterson with our dental care. Professional, caring, and always going the extra mile.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Emily Watson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Chang", handle: "Smile Transformation", testimonial: "The implant procedure exceeded my expectations. The team's expertise and follow-up care were outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chang"
|
||||
id: "4", name: "Michael Chang", handle: "Smile Transformation", testimonial: "The implant procedure exceeded my expectations. The team's expertise and follow-up care were outstanding.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chang"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Victoria Thompson", handle: "Cosmetic Dentistry", testimonial: "My teeth whitening results are incredible! The professionalism and modern facility make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg?_wi=3", imageAlt: "Victoria Thompson"
|
||||
id: "5", name: "Victoria Thompson", handle: "Cosmetic Dentistry", testimonial: "My teeth whitening results are incredible! The professionalism and modern facility make all the difference.", imageSrc: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", imageAlt: "Victoria Thompson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Kumar", handle: "Patient Care", testimonial: "Exceptional service from scheduling to treatment. Dr. Lee listened to my concerns and delivered remarkable results.", 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 Care", testimonial: "Exceptional service from scheduling to treatment. Dr. Lee listened to my concerns and delivered remarkable results.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Kumar"
|
||||
}
|
||||
]}
|
||||
title="Patient Stories"
|
||||
@@ -199,7 +199,7 @@ export default function LandingPage() {
|
||||
description="Join thousands of patients who have experienced the Luminous Dental difference. Book your consultation now and take the first step toward your ideal smile."
|
||||
tagIcon={Calendar}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-hospital-reception-counter-hallway-waiting-room-seats-medical-examination-appointment-with-physician-registration-desk-with-waiting-area-help-patients-with-disease-diagnosis_482257-51632.jpg"
|
||||
imageAlt="Luxurious dental office reception area"
|
||||
|
||||
Reference in New Issue
Block a user