From 29e51efa20c4f071efb6178594f69943b547c5cf Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:49:13 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 36b41b2..726289c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -46,7 +46,7 @@ export default function AboutPage() { description="A dedicated dental professional committed to providing gentle, advanced dental care with a patient-first approach" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=2" imageAlt="Dr. Santosh Nayak" mediaAnimation="slide-up" imagePosition="right" @@ -136,7 +136,7 @@ export default function AboutPage() { testimonial: "Dr. Santosh is soft spoken and highly skilled dentist. The best dental experience I've had!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg", + "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=3", }, { id: "2", @@ -145,7 +145,7 @@ export default function AboutPage() { testimonial: "The staff and service quality is excellent. Very professional and courteous. Highly recommended!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg", + "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=3", }, { id: "3", @@ -154,7 +154,7 @@ export default function AboutPage() { testimonial: "He saved my money and advised the correct treatment. Very honest and professional approach.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=3", }, { id: "4", @@ -163,7 +163,7 @@ export default function AboutPage() { testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", + "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=3", }, { id: "5", @@ -172,7 +172,7 @@ export default function AboutPage() { testimonial: "Best root canal experience ever! No pain, excellent care. Worth every penny.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg", + "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg?_wi=2", }, { id: "6", @@ -181,7 +181,7 @@ export default function AboutPage() { testimonial: "Clean clinic, friendly staff, and Dr. Santosh is amazing. Bringing my whole family here!", imageSrc: - "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg", + "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg?_wi=2", }, ]} speed={40} From 29e99260a14197f26e1e08229eacdddc362cb31c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:49:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a27dfcd..843f9aa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,28 +65,28 @@ export default function HomePage() { handle: "Patient", testimonial: "Dr. Santosh is soft spoken and highly skilled. The best dental experience I've had!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=1", }, { name: "Rajesh Patel", handle: "Patient", testimonial: "The staff and service quality is excellent. I recommend this clinic to everyone.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=1", }, { name: "Anjali Verma", handle: "Patient", testimonial: "He saved my money and advised the correct treatment. Very honest and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=1", }, { name: "Vikram Singh", handle: "Patient", testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=1", }, ]} testimonialRotationInterval={5000} @@ -171,7 +171,7 @@ export default function HomePage() { title: "Dental Implants", description: "Permanent tooth replacement with natural-looking, fully functional implants. Restore your smile and confidence.", tag: "Advanced", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -184,7 +184,7 @@ export default function HomePage() { title: "Root Canal Treatment", description: "Pain-free endodontic therapy to save your natural teeth. Gentle, effective, and modern techniques.", tag: "Painless", - imageSrc: "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -197,7 +197,7 @@ export default function HomePage() { title: "Teeth Cleaning", description: "Professional cleaning and scaling for optimal oral hygiene. Preventive care that keeps your smile healthy.", tag: "Preventive", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -210,7 +210,7 @@ export default function HomePage() { title: "Tooth Extraction", description: "Expert extraction with minimal discomfort. We prioritize your comfort with advanced anesthesia techniques.", tag: "Safe", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -223,7 +223,7 @@ export default function HomePage() { title: "Cosmetic Dentistry", description: "Transform your smile with teeth whitening, veneers, and smile design. Feel confident in your appearance.", tag: "Aesthetic", - imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -236,7 +236,7 @@ export default function HomePage() { title: "Dental Checkups", description: "Comprehensive oral examination and consultation. Early detection prevents future dental problems.", tag: "Routine", - imageSrc: "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg?_wi=1", buttons: [ { text: "Learn More", @@ -254,7 +254,7 @@ export default function HomePage() { description="A dedicated dental professional committed to providing gentle, advanced dental care with a patient-first approach" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=1" imageAlt="Dr. Santosh Nayak" mediaAnimation="slide-up" imagePosition="right" @@ -296,42 +296,42 @@ export default function HomePage() { name: "Priya Sharma", handle: "Mahim resident", testimonial: "Dr. Santosh is soft spoken and highly skilled dentist. The best dental experience I've had!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=2", }, { id: "2", name: "Rajesh Patel", handle: "Dadar area", testimonial: "The staff and service quality is excellent. Very professional and courteous. Highly recommended!", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=2", }, { id: "3", name: "Anjali Verma", handle: "Bandra resident", testimonial: "He saved my money and advised the correct treatment. Very honest and professional approach.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=2", }, { id: "4", name: "Vikram Singh", handle: "Matunga area", testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=2", }, { id: "5", name: "Neha Gupta", handle: "Local patient", testimonial: "Best root canal experience ever! No pain, excellent care. Worth every penny.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg?_wi=1", }, { id: "6", name: "Arjun Desai", handle: "Regular patient", testimonial: "Clean clinic, friendly staff, and Dr. Santosh is amazing. Bringing my whole family here!", - imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg?_wi=1", }, ]} speed={40} From e8de2c952c854a7ad4ff4629a7df8c94d93dbb63 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:49:15 +0000 Subject: [PATCH 3/4] Update src/app/reviews/page.tsx --- src/app/reviews/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx index 8df4aff..c92b11e 100644 --- a/src/app/reviews/page.tsx +++ b/src/app/reviews/page.tsx @@ -146,7 +146,7 @@ export default function ReviewsPage() { testimonial: "Dr. Santosh is soft spoken and highly skilled dentist. The best dental experience I've had!", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg", + "http://img.b2bpic.net/free-photo/portrait-pretty-smiling-woman-posing-white-background_231208-1813.jpg?_wi=4", }, { id: "2", @@ -155,7 +155,7 @@ export default function ReviewsPage() { testimonial: "The staff and service quality is excellent. Very professional and courteous. Highly recommended!", imageSrc: - "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg", + "http://img.b2bpic.net/free-photo/close-up-happy-healthy-young-man-with-beard-smiling-cheerful-camera-standing-blue-backg_1258-163876.jpg?_wi=4", }, { id: "3", @@ -164,7 +164,7 @@ export default function ReviewsPage() { testimonial: "He saved my money and advised the correct treatment. Very honest and professional approach.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg?_wi=4", }, { id: "4", @@ -173,7 +173,7 @@ export default function ReviewsPage() { testimonial: "Painless procedures with modern equipment. Highly satisfied with my implant treatment.", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg", + "http://img.b2bpic.net/free-photo/portrait-confident-man-looking-photographer_23-2148398473.jpg?_wi=4", }, { id: "5", @@ -182,7 +182,7 @@ export default function ReviewsPage() { testimonial: "Best root canal experience ever! No pain, excellent care. Worth every penny.", imageSrc: - "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg", + "http://img.b2bpic.net/free-photo/woman-smiling_1187-3264.jpg?_wi=3", }, { id: "6", @@ -191,7 +191,7 @@ export default function ReviewsPage() { testimonial: "Clean clinic, friendly staff, and Dr. Santosh is amazing. Bringing my whole family here!", imageSrc: - "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg", + "http://img.b2bpic.net/free-photo/super-hero-businessman-red-cape-glasses-looking-front-smiling-broadly-happy-positive-standing-orange-wall_141793-53770.jpg?_wi=3", }, ]} speed={40} From 6198c6892ba0da183a1be04d39ab489bc648e5c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 09:49:16 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 782c169..4844483 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -97,7 +97,7 @@ export default function ServicesPage() { "Permanent tooth replacement with natural-looking, fully functional implants. Restore your smile and confidence with our advanced implant technology.", tag: "Advanced", imageSrc: - "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg", + "http://img.b2bpic.net/free-photo/female-dentist-holding-dental-model-hands-concept-dentistry-dental-treatment_169016-67449.jpg?_wi=2", buttons: [ { text: "Inquire Now", @@ -112,7 +112,7 @@ export default function ServicesPage() { "Pain-free endodontic therapy to save your natural teeth. Our gentle approach and modern techniques ensure a comfortable experience.", tag: "Painless", imageSrc: - "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg", + "http://img.b2bpic.net/free-vector/human-tooth-anatomy-with-labelled-parts-realistic-infographic-white_1284-58520.jpg?_wi=2", buttons: [ { text: "Learn More", @@ -127,7 +127,7 @@ export default function ServicesPage() { "Professional cleaning and scaling for optimal oral hygiene. Preventive care that keeps your smile healthy and prevents future problems.", tag: "Preventive", imageSrc: - "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg", + "http://img.b2bpic.net/free-photo/female-dentist-treating-her-patient-teeth_8353-1661.jpg?_wi=2", buttons: [ { text: "Schedule Now", @@ -142,7 +142,7 @@ export default function ServicesPage() { "Expert extraction with minimal discomfort. We use advanced anesthesia and modern techniques to prioritize your comfort.", tag: "Safe & Gentle", imageSrc: - "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg", + "http://img.b2bpic.net/free-photo/female-dentist-treats-patients-teeth-stomatologist-working-with-professional-equipment_169016-67472.jpg?_wi=2", buttons: [ { text: "Consult", @@ -157,7 +157,7 @@ export default function ServicesPage() { "Transform your smile with teeth whitening, veneers, and smile design. Feel confident and beautiful with our aesthetic dental solutions.", tag: "Aesthetic", imageSrc: - "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg", + "http://img.b2bpic.net/free-photo/close-portrait-woman-red-wall-shows-points-fingers-white-teeth-smile_343596-6779.jpg?_wi=2", buttons: [ { text: "Transform Smile", @@ -172,7 +172,7 @@ export default function ServicesPage() { "Complete oral examination and consultation with Dr. Santosh. Early detection and preventive care for long-term dental health.", tag: "Routine Care", imageSrc: - "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg", + "http://img.b2bpic.net/free-photo/dentist-approving-patient-smile_23-2148338141.jpg?_wi=2", buttons: [ { text: "Book Checkup", @@ -190,7 +190,7 @@ export default function ServicesPage() { description="With over 15 years of experience in advanced dentistry, Dr. Santosh combines expertise, modern technology, and genuine care for every patient" textboxLayout="default" useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg?_wi=3" imageAlt="Dr. Santosh Nayak" mediaAnimation="slide-up" imagePosition="left"