Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-20 17:31:51 +00:00

View File

@@ -62,7 +62,7 @@ export default function LandingPage() {
imageAlt="Beautiful smile from Prezenti dental care"
mediaAnimation="blur-reveal"
imagePosition="right"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
avatars={[
{ src: "http://img.b2bpic.net/free-photo/portrait-business-woman-office_1398-6.jpg", alt: "Patient Sarah" },
{ src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", alt: "Patient Emma" },
@@ -91,7 +91,7 @@ export default function LandingPage() {
products={[
{
id: "implants", brand: "Advanced", name: "Dental Implants", price: "Premium", rating: 5,
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg?_wi=1", imageAlt: "Dental implant restoration"
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg", imageAlt: "Dental implant restoration"
},
{
id: "whitening", brand: "Professional", name: "Teeth Whitening", price: "Standard", rating: 5,
@@ -131,16 +131,16 @@ export default function LandingPage() {
animationType="slide-up"
features={[
{
title: "Latest Technology", description: "State-of-the-art equipment and techniques for superior results and patient comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg?_wi=2", imageAlt: "Advanced dental technology"
title: "Latest Technology", description: "State-of-the-art equipment and techniques for superior results and patient comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-working-with-material-tooth-treatment-dentistry-concept_169016-66712.jpg", imageAlt: "Advanced dental technology"
},
{
title: "Expert Team", description: "Highly trained specialists with decades of combined experience in all areas of dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg?_wi=1", imageAlt: "Professional dental team"
title: "Expert Team", description: "Highly trained specialists with decades of combined experience in all areas of dentistry.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg", imageAlt: "Professional dental team"
},
{
title: "Patient-First Approach", description: "Personalized treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=1", imageAlt: "Patient care consultation"
title: "Patient-First Approach", description: "Personalized treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg", imageAlt: "Patient care consultation"
},
{
title: "Comfort & Luxury", description: "Relax in our premium facilities designed for maximum comfort and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg?_wi=2", imageAlt: "Luxury dental clinic"
title: "Comfort & Luxury", description: "Relax in our premium facilities designed for maximum comfort and peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-people_23-2151098619.jpg", imageAlt: "Luxury dental clinic"
}
]}
/>
@@ -186,9 +186,9 @@ export default function LandingPage() {
description="Schedule your personalized consultation with our expert team. Let's create your perfect smile together."
tagIcon={Calendar}
tagAnimation="slide-up"
background={{ variant: "aurora" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/portrait-smiling-man-sitting-chair-while-female-dentist-working-clinic_662251-2551.jpg"
imageAlt="Schedule your dental consultation"
mediaAnimation="blur-reveal"
mediaPosition="right"