From 526ed6fbf6dab93c1d92fbee61807cce84793c25 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 19:16:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0fbe39f..ec6065b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,16 +55,16 @@ export default function LandingPage() { background={{ variant: "glowing-orb" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg", imageAlt: "Modern dental clinic interior" + imageSrc: "http://img.b2bpic.net/free-photo/revealing-shot-orthodontic-chair-with-nobody-teeth-x-ray-images-modern-display_482257-14035.jpg?_wi=1", imageAlt: "Modern dental clinic interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg", imageAlt: "Orthodontic treatment" + imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg?_wi=1", imageAlt: "Orthodontic treatment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg", imageAlt: "Dental implants procedure" + imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg?_wi=1", imageAlt: "Dental implants procedure" }, { - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Professional dental workspace" + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1", imageAlt: "Professional dental workspace" } ]} rightCarouselItems={[ @@ -72,10 +72,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-having-dental-treatment-dentist-s-office-woman-is-being-treated-teeth_1157-42150.jpg", imageAlt: "Satisfied patient smiling" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-model-with-fresh-daily-makeup_158538-10335.jpg", imageAlt: "Cosmetic dental work" + imageSrc: "http://img.b2bpic.net/free-photo/female-model-with-fresh-daily-makeup_158538-10335.jpg?_wi=1", imageAlt: "Cosmetic dental work" }, { - imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg", imageAlt: "Root canal treatment" + imageSrc: "http://img.b2bpic.net/free-photo/model-tooth-dentist-doctor-shows-patient-tooth-reception-dentist-s-office_1157-40926.jpg?_wi=1", imageAlt: "Root canal treatment" }, { imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-patient-holding-orthodontic-retainers-dental-clinic_662251-2605.jpg", imageAlt: "Orthodontic care results" @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Sterilized Environment", description: "Maintaining highest hygiene standards for patient safety", icon: Shield } ]} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2" imageAlt="DANTYAM Dental Clinic interior" mediaAnimation="blur-reveal" textboxLayout="default" @@ -119,16 +119,16 @@ export default function LandingPage() {