Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-12 06:28:49 +00:00

View File

@@ -56,16 +56,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chairs-airport_23-2148255982.jpg", imageAlt: "Bright dental office with modern aesthetic"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/defocused-dentist-with-dentistry-instruments_23-2148338155.jpg", imageAlt: "Professional dental cleaning procedure"
imageSrc: "http://img.b2bpic.net/free-photo/defocused-dentist-with-dentistry-instruments_23-2148338155.jpg?_wi=1", imageAlt: "Professional dental cleaning procedure"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg", imageAlt: "Teeth whitening treatment"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg?_wi=1", imageAlt: "Teeth whitening treatment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-dentist-smiling-confident-holding-whitening-test-clinic_839833-5216.jpg", imageAlt: "Modern dental implant technology"
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-dentist-smiling-confident-holding-whitening-test-clinic_839833-5216.jpg?_wi=1", imageAlt: "Modern dental implant technology"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg", imageAlt: "Professional orthodontic care"
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg?_wi=1", imageAlt: "Professional orthodontic care"
}
]}
/>
@@ -94,19 +94,19 @@ export default function LandingPage() {
tagAnimation="slide-up"
features={[
{
title: "Professional Cleaning", description: "Regular cleanings to maintain optimal oral health and prevent decay", imageSrc: "http://img.b2bpic.net/free-photo/defocused-dentist-with-dentistry-instruments_23-2148338155.jpg", imageAlt: "Professional teeth cleaning", buttonIcon: ArrowRight,
title: "Professional Cleaning", description: "Regular cleanings to maintain optimal oral health and prevent decay", imageSrc: "http://img.b2bpic.net/free-photo/defocused-dentist-with-dentistry-instruments_23-2148338155.jpg?_wi=2", imageAlt: "Professional teeth cleaning", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Teeth Whitening", description: "Advanced whitening treatments for a brighter, more confident smile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg", imageAlt: "Teeth whitening treatment", buttonIcon: ArrowRight,
title: "Teeth Whitening", description: "Advanced whitening treatments for a brighter, more confident smile", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-29141.jpg?_wi=2", imageAlt: "Teeth whitening treatment", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Dental Implants", description: "Modern implant solutions to restore missing teeth with natural-looking results", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-dentist-smiling-confident-holding-whitening-test-clinic_839833-5216.jpg", imageAlt: "Dental implant procedure", buttonIcon: ArrowRight,
title: "Dental Implants", description: "Modern implant solutions to restore missing teeth with natural-looking results", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-man-dentist-smiling-confident-holding-whitening-test-clinic_839833-5216.jpg?_wi=2", imageAlt: "Dental implant procedure", buttonIcon: ArrowRight,
buttonHref: "contact"
},
{
title: "Orthodontics", description: "Professional teeth alignment services for a straighter, healthier smile", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg", imageAlt: "Orthodontic care", buttonIcon: ArrowRight,
title: "Orthodontics", description: "Professional teeth alignment services for a straighter, healthier smile", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-female-dentist_23-2148396137.jpg?_wi=2", imageAlt: "Orthodontic care", buttonIcon: ArrowRight,
buttonHref: "contact"
}
]}