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="Experience Exceptional Dental Care"
|
||||
description="Welcome to Lumina Dental, where advanced clinical expertise meets luxury comfort. We deliver transformative smile solutions with personalized attention and state-of-the-art technology."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Years of Excellence" },
|
||||
{ value: "5000+", label: "Satisfied Patients" },
|
||||
@@ -56,7 +56,7 @@ export default function LandingPage() {
|
||||
{ text: "Book Your Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#services" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"
|
||||
imageAlt="Modern luxury dental office interior"
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
@@ -115,13 +115,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Advanced Technology", description: "Digital imaging, CAD/CAM systems, and laser dentistry for precise, comfortable treatments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-standing-with-arms-crossed-with-her-colleague_496169-1032.jpg?_wi=1", imageAlt: "Advanced dental technology"
|
||||
title: "Advanced Technology", description: "Digital imaging, CAD/CAM systems, and laser dentistry for precise, comfortable treatments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-standing-with-arms-crossed-with-her-colleague_496169-1032.jpg", imageAlt: "Advanced dental technology"
|
||||
},
|
||||
{
|
||||
title: "Luxury Comfort", description: "Serene treatment rooms, premium amenities, and personalized patient care protocols.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2", imageAlt: "Comfortable dental treatment environment"
|
||||
title: "Luxury Comfort", description: "Serene treatment rooms, premium amenities, and personalized patient care protocols.", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Comfortable dental treatment environment"
|
||||
},
|
||||
{
|
||||
title: "Expert Specialists", description: "Board-certified dentists with decades of combined experience in specialized treatments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-standing-with-arms-crossed-with-her-colleague_496169-1032.jpg?_wi=2", imageAlt: "Professional dental team"
|
||||
title: "Expert Specialists", description: "Board-certified dentists with decades of combined experience in specialized treatments.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-dentist-standing-with-arms-crossed-with-her-colleague_496169-1032.jpg", imageAlt: "Professional dental team"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -141,13 +141,13 @@ export default function LandingPage() {
|
||||
id: "1", name: "Sarah Mitchell", handle: "Business Owner", testimonial: "Lumina Dental transformed my smile and confidence. The entire experience was luxurious and professional from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-therapy_23-2148928886.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "David Chen", handle: "@davidchendesign", testimonial: "The implant procedure was seamless. Dr. Patel's expertise and the staff's attention to detail exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "David Chen"
|
||||
id: "2", name: "David Chen", handle: "@davidchendesign", testimonial: "The implant procedure was seamless. Dr. Patel's expertise and the staff's attention to detail exceeded my expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Jessica Rodriguez", handle: "Healthcare Professional", testimonial: "As a healthcare provider, I'm impressed by their clinical standards and commitment to patient comfort. Highly recommend.", imageSrc: "http://img.b2bpic.net/free-photo/photo-young-woman-with-open-mouth-excited-about-something_114579-70645.jpg", imageAlt: "Jessica Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Michael Thompson", handle: "Tech Executive", testimonial: "The teeth whitening results are remarkable. I felt like royalty throughout the entire appointment.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Michael Thompson"
|
||||
id: "4", name: "Michael Thompson", handle: "Tech Executive", testimonial: "The teeth whitening results are remarkable. I felt like royalty throughout the entire appointment.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Emily Watson", handle: "Designer", testimonial: "Dr. Patel's artistry in smile design is extraordinary. My teeth look natural yet dramatically enhanced.", imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emily Watson"
|
||||
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
||||
description="Take the first step toward your dream smile. Our team is ready to discuss your dental goals and create a personalized treatment plan."
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg"
|
||||
imageAlt="Luxurious dental office"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user