Merge version_1 into main #2
@@ -1425,4 +1425,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -23,7 +23,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="smallMedium"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="aurora"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -49,7 +49,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Your Smile, Our Priority"
|
||||
description="Experience premium dental care in a luxurious, welcoming environment. Our expert team is dedicated to creating beautiful, healthy smiles with cutting-edge technology and personalized attention."
|
||||
background={{ variant: "aurora" }}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
kpis={[
|
||||
{ value: "25+", label: "Years of Excellence" },
|
||||
{ value: "10,000+", label: "Happy Patients" },
|
||||
@@ -62,7 +62,7 @@ export default function LandingPage() {
|
||||
{ text: "Schedule Consultation", href: "#contact" },
|
||||
{ text: "Learn More", href: "#about" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg"
|
||||
imageAlt="Modern dental office"
|
||||
imagePosition="right"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -82,15 +82,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Cosmetic Dentistry", name: "Teeth Whitening", price: "Professional Results", rating: 5,
|
||||
reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg?_wi=1", imageAlt: "Teeth whitening service"
|
||||
reviewCount: "480+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg", imageAlt: "Teeth whitening service"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Restorative Care", name: "Dental Implants", price: "Advanced Solution", rating: 5,
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=1", imageAlt: "Dental implant procedure"
|
||||
reviewCount: "320+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Dental implant procedure"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Preventive Care", name: "Professional Cleaning", price: "Regular Maintenance", rating: 5,
|
||||
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=1", imageAlt: "Professional dental cleaning"
|
||||
reviewCount: "650+", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "Professional dental cleaning"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -123,16 +123,16 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
features={[
|
||||
{
|
||||
title: "State-of-the-Art Technology", description: "Latest digital imaging, laser treatments, and computer-guided implants for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=2", imageAlt: "Advanced dental technology"
|
||||
title: "State-of-the-Art Technology", description: "Latest digital imaging, laser treatments, and computer-guided implants for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Advanced dental technology"
|
||||
},
|
||||
{
|
||||
title: "Expert Team", description: "Board-certified dentists with specialized training in cosmetic and restorative procedures.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg?_wi=2", imageAlt: "Professional dental team"
|
||||
title: "Expert Team", description: "Board-certified dentists with specialized training in cosmetic and restorative procedures.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-receiving-dental-treatment-from-male-dentist-clinic_662251-2591.jpg", imageAlt: "Professional dental team"
|
||||
},
|
||||
{
|
||||
title: "Comfort First", description: "Relaxing environment with sedation options and personalized pain management strategies.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg?_wi=2", imageAlt: "Comfortable dental office"
|
||||
title: "Comfort First", description: "Relaxing environment with sedation options and personalized pain management strategies.", imageSrc: "http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg", imageAlt: "Comfortable dental office"
|
||||
},
|
||||
{
|
||||
title: "Preventive Focus", description: "Comprehensive care plans designed to maintain optimal oral health and prevent future issues.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg?_wi=2", imageAlt: "Preventive dental care"
|
||||
title: "Preventive Focus", description: "Comprehensive care plans designed to maintain optimal oral health and prevent future issues.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-pleased-smiling-woman-dentist-s-clinic_329181-20765.jpg", imageAlt: "Preventive dental care"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -150,10 +150,10 @@ export default function LandingPage() {
|
||||
speed={40}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", handle: "Patient since 2018", testimonial: "Dr. Chen transformed my smile with the implant procedure. The care and attention to detail was exceptional. I couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
id: "1", name: "Sarah Mitchell", handle: "Patient since 2018", testimonial: "Dr. Chen transformed my smile with the implant procedure. The care and attention to detail was exceptional. I couldn't be happier!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
id: "2", name: "James Rodriguez", handle: "Patient since 2020", testimonial: "Best dental experience ever. The entire team is professional, friendly, and genuinely cares about your wellbeing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "James Rodriguez"
|
||||
id: "2", name: "James Rodriguez", handle: "Patient since 2020", testimonial: "Best dental experience ever. The entire team is professional, friendly, and genuinely cares about your wellbeing. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "James Rodriguez"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emily Watson", handle: "Patient since 2019", testimonial: "The whitening treatment gave me the brightest smile I've ever had. Results are amazing and lasted so much longer than I expected.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", imageAlt: "Emily Watson"
|
||||
@@ -162,10 +162,10 @@ export default function LandingPage() {
|
||||
id: "4", name: "Michael Johnson", handle: "Patient since 2017", testimonial: "From consultation to completion, every step was smooth and professional. The office is beautiful and the staff makes you feel welcome.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Michael Johnson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Jessica Lee", handle: "Patient since 2021", testimonial: "Dr. Chen and the team made my crown procedure painless. I appreciated the attention to my comfort throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg?_wi=2", imageAlt: "Jessica Lee"
|
||||
id: "5", name: "Jessica Lee", handle: "Patient since 2021", testimonial: "Dr. Chen and the team made my crown procedure painless. I appreciated the attention to my comfort throughout the entire process.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", imageAlt: "Jessica Lee"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Chen", handle: "Patient since 2016", testimonial: "Exceptional care and results. The team's expertise in cosmetic dentistry is unmatched. I feel confident recommending them to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "David Chen"
|
||||
id: "6", name: "David Chen", handle: "Patient since 2016", testimonial: "Exceptional care and results. The team's expertise in cosmetic dentistry is unmatched. I feel confident recommending them to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "David Chen"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -179,7 +179,7 @@ export default function LandingPage() {
|
||||
tagIcon={Mail}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-dentist-s-examination_1328-4081.jpg"
|
||||
imageAlt="Contact us for dental care"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -224,4 +224,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user