From 30aaf84fee0b8c1f99d5cb089a9f0027990c921d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 06:28:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46bc57e..d5068f8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]}