From df4075660127401111f3bd2a18dd97d54a56a46f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 08:12:24 +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 7518b44..716c30a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { href: "tel:+910000000000", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=1" imageAlt="Professional dentist consultation" /> @@ -147,13 +147,13 @@ export default function LandingPage() { id: "p1", name: "Tooth Cleaning", price: "Standard", - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=1", }, { id: "p2", name: "Tooth Filling", price: "Expert", - imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg?_wi=1", }, { id: "p3", @@ -205,7 +205,7 @@ export default function LandingPage() { handle: "Emergency Patient", testimonial: "I had severe tooth pain at night, and they helped me immediately.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23917.jpg?_wi=2", imageAlt: "Back view of woman filling in dental document sitting on chiar in waiting room preparing for teeth exemination while doctor working in background. Concept of crowded professional orthodontist office.", }, { @@ -214,7 +214,7 @@ export default function LandingPage() { handle: "Regular Checkup", testimonial: "Very professional, hygienic, and honest. Highly recommended.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg?_wi=1", imageAlt: "Back view of woman filling in dental document sitting on chiar in waiting room preparing for teeth exemination while doctor working in background. Concept of crowded professional orthodontist office.", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { handle: "Student", testimonial: "The care and friendliness really stood out. I felt completely supported.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-minimalist-office_23-2151780733.jpg?_wi=2", imageAlt: "Back view of woman filling in dental document sitting on chiar in waiting room preparing for teeth exemination while doctor working in background. Concept of crowded professional orthodontist office.", }, { @@ -232,7 +232,7 @@ export default function LandingPage() { handle: "Longterm Patient", testimonial: "I trust them completely with my family's dental health.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-using-blue-silicone-impression-material_23-2147862109.jpg?_wi=2", imageAlt: "Back view of woman filling in dental document sitting on chiar in waiting room preparing for teeth exemination while doctor working in background. Concept of crowded professional orthodontist office.", }, ]} @@ -304,7 +304,7 @@ export default function LandingPage() { description: "Emergency-ready 24/7.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dentist-inviting-senior-man-consultation-dental-room-while-nurse-giving-patient-form-fill-indicating-sit-chair-waiting-area-slow-motion-shot-crowded-professional-orthodontist-office_482257-3575.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1