From eebc859f22aab48f9962c8426606a4a23b24631f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:42:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a10098..3e355b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -64,19 +64,19 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-looks-her-teeth-mirror-sitting-dentist-office_8353-1664.jpg", imageAlt: "Modern Dental Clinic Interior" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor_23-2148485966.jpg", imageAlt: "Dr. Shwetal Professional Portrait" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor_23-2148485966.jpg?_wi=1", imageAlt: "Dr. Shwetal Professional Portrait" }, { - imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-grabbing-dental-explorer-dental-procedure_651396-3094.jpg", imageAlt: "Advanced Dental Equipment" + imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-grabbing-dental-explorer-dental-procedure_651396-3094.jpg?_wi=1", imageAlt: "Advanced Dental Equipment" }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg", imageAlt: "Welcoming Patient Area" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg?_wi=1", imageAlt: "Welcoming Patient Area" }, { - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-surgical-mask-clinic_23-2147905943.jpg", imageAlt: "Professional Treatment Room" + imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-surgical-mask-clinic_23-2147905943.jpg?_wi=1", imageAlt: "Professional Treatment Room" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg", imageAlt: "Preventive Dental Care" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg?_wi=1", imageAlt: "Preventive Dental Care" } ]} mediaAnimation="slide-up" @@ -97,7 +97,7 @@ export default function LandingPage() { } ]} buttonAnimation="opacity" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor_23-2148485966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-doctor_23-2148485966.jpg?_wi=2" imageAlt="Dr. Shwetal - Dental Specialist" useInvertedBackground={false} /> @@ -132,7 +132,7 @@ export default function LandingPage() { } }, { - title: "General Checkups", description: "Preventive care to maintain optimal oral health. Regular checkups catch issues early and keep your smile healthy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg", imageAlt: "General Dental Checkup", button: { + title: "General Checkups", description: "Preventive care to maintain optimal oral health. Regular checkups catch issues early and keep your smile healthy.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg?_wi=2", imageAlt: "General Dental Checkup", button: { text: "Book Checkup", href: "#contact" } } @@ -198,13 +198,13 @@ export default function LandingPage() { tagAnimation="opacity" features={[ { - title: "Modern Equipment", description: "Advanced dental technology ensures precise diagnostics and comfortable treatments. Our clinic is equipped with the latest tools.", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-grabbing-dental-explorer-dental-procedure_651396-3094.jpg", imageAlt: "Modern Dental Equipment" + title: "Modern Equipment", description: "Advanced dental technology ensures precise diagnostics and comfortable treatments. Our clinic is equipped with the latest tools.", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-grabbing-dental-explorer-dental-procedure_651396-3094.jpg?_wi=2", imageAlt: "Modern Dental Equipment" }, { - title: "Welcoming Reception", description: "Comfortable waiting area designed to ease patient anxiety. A calming environment that makes every visit pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg", imageAlt: "Clinic Patient Area" + title: "Welcoming Reception", description: "Comfortable waiting area designed to ease patient anxiety. A calming environment that makes every visit pleasant.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg?_wi=2", imageAlt: "Clinic Patient Area" }, { - title: "Professional Treatment Rooms", description: "Sterile, well-designed treatment spaces equipped for all dental procedures. Your comfort and safety are our priority.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-surgical-mask-clinic_23-2147905943.jpg", imageAlt: "Treatment Room" + title: "Professional Treatment Rooms", description: "Sterile, well-designed treatment spaces equipped for all dental procedures. Your comfort and safety are our priority.", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-wearing-surgical-mask-clinic_23-2147905943.jpg?_wi=2", imageAlt: "Treatment Room" } ]} gridVariant="three-columns-all-equal-width" @@ -223,7 +223,7 @@ export default function LandingPage() { tagAnimation="opacity" textboxLayout="default" useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-dentist-using-instruments_23-2151053288.jpg?_wi=3" imageAlt="FAQ Support" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1