From 1c16776d80702decf044130b7098c4b7d0d7453d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 12:34:25 +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 10480a0..37d8c26 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,37 +127,37 @@ export default function LandingPage() { { title: "Teeth Whitening", description: "Professional-grade treatments to brighten your smile safely and effectively.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=1", imageAlt: "Whitening", }, { title: "Dental Implants", description: "Restore your smile permanently with our high-quality, durable implant solutions.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=2", imageAlt: "Implants", }, { title: "Orthodontics", description: "Straighten your teeth and correct your bite with our advanced orthodontic options.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=3", imageAlt: "Braces", }, { title: "Cosmetic Dentistry", description: "Transform your look with veneers, bonding, and aesthetic smile enhancements.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=4", imageAlt: "Cosmetic", }, { title: "Root Canal Therapy", description: "Pain-free root canal treatments that save your natural teeth and alleviate discomfort.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=5", imageAlt: "Root Canal", }, { title: "General Checkups", description: "Routine cleanings and examinations to maintain long-term oral health and prevent issues.", - imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blurred-hotel-reception_1203-1410.jpg?_wi=6", imageAlt: "Checkups", }, ]} @@ -185,7 +185,7 @@ export default function LandingPage() { title: "Sterilization Standards", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=1" imageAlt="Modern Clinic Facility" mediaAnimation="slide-up" metricsAnimation="slide-up" @@ -218,7 +218,7 @@ export default function LandingPage() { content: "We are open Monday to Saturday from 8:00 AM to 7:00 PM. We are closed on Sundays.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg" + imageSrc="http://img.b2bpic.net/free-photo/female-patient-opening-her-mouth-doctor-look-her-throat-otolaryngologist-examines-sore-throat-patient_657921-196.jpg?_wi=2" imageAlt="Patient consultation" mediaAnimation="slide-up" title="Frequently Asked Questions" -- 2.49.1