Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 20:48:21 +00:00

View File

@@ -56,22 +56,22 @@ export default function LandingPage() {
buttonAnimation="slide-up"
carouselItems={[
{
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "modern dental clinic interior professional"
id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=1", imageAlt: "modern dental clinic interior professional"
},
{
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg", imageAlt: "professional dental cleaning hygiene"
id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg?_wi=1", imageAlt: "professional dental cleaning hygiene"
},
{
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg", imageAlt: "dental implant procedure modern"
id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg?_wi=1", imageAlt: "dental implant procedure modern"
},
{
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg", imageAlt: "orthodontic braces smile correction"
id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg?_wi=1", imageAlt: "orthodontic braces smile correction"
},
{
id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-dental-clinic_23-2147879193.jpg", imageAlt: "dentist examining patient professional care"
},
{
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "modern dental clinic interior professional"
id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=2", imageAlt: "modern dental clinic interior professional"
}
]}
autoPlay={true}
@@ -98,15 +98,15 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Professional Cleaning & Hygiene", author: "Dental Hygiene Team", description: "Regular professional cleaning to maintain optimal oral health and prevent decay. Our hygienists use state-of-the-art equipment for thorough yet gentle care.", tags: ["Prevention", "Hygiene"],
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg", imageAlt: "Professional dental cleaning"
imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg?_wi=2", imageAlt: "Professional dental cleaning"
},
{
id: "2", title: "Dental Implants & Restoration", author: "Implant Specialists", description: "Replace missing teeth with durable, natural-looking dental implants. Our expert team ensures comfortable procedures and beautiful results.", tags: ["Restoration", "Advanced"],
imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg", imageAlt: "Dental implant restoration"
imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg?_wi=2", imageAlt: "Dental implant restoration"
},
{
id: "3", title: "Orthodontics & Smile Correction", author: "Orthodontic Specialists", description: "Achieve your perfect smile with modern orthodontic treatments. From traditional braces to advanced aligners, we have solutions for all ages.", tags: ["Cosmetic", "Alignment"],
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg", imageAlt: "Orthodontic treatment"
imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg?_wi=2", imageAlt: "Orthodontic treatment"
}
]}
animationType="slide-up"