From 9c29c7e65f34ffe771c2c1e67b76300d2e1f364a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 20:48:16 +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 dc848fd..d52d6f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,22 +56,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "modern dental clinic interior professional" + id: "hero-1", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=1", imageAlt: "modern dental clinic interior professional" }, { - id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg", imageAlt: "professional dental cleaning hygiene" + id: "hero-2", imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg?_wi=1", imageAlt: "professional dental cleaning hygiene" }, { - id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg", imageAlt: "dental implant procedure modern" + id: "hero-3", imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg?_wi=1", imageAlt: "dental implant procedure modern" }, { - id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg", imageAlt: "orthodontic braces smile correction" + id: "hero-4", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg?_wi=1", imageAlt: "orthodontic braces smile correction" }, { id: "hero-5", imageSrc: "http://img.b2bpic.net/free-photo/smiling-patient-dentist-s-dental-clinic_23-2147879193.jpg", imageAlt: "dentist examining patient professional care" }, { - id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg", imageAlt: "modern dental clinic interior professional" + id: "hero-6", imageSrc: "http://img.b2bpic.net/free-photo/happy-dentist-pointing-digital-tablet-screen-female-patient-clinic_23-2147879183.jpg?_wi=2", imageAlt: "modern dental clinic interior professional" } ]} autoPlay={true} @@ -98,15 +98,15 @@ export default function LandingPage() { features={[ { id: "1", title: "Professional Cleaning & Hygiene", author: "Dental Hygiene Team", description: "Regular professional cleaning to maintain optimal oral health and prevent decay. Our hygienists use state-of-the-art equipment for thorough yet gentle care.", tags: ["Prevention", "Hygiene"], - imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg", imageAlt: "Professional dental cleaning" + imageSrc: "http://img.b2bpic.net/free-photo/dentist-holding-dental-tools_107420-65519.jpg?_wi=2", imageAlt: "Professional dental cleaning" }, { id: "2", title: "Dental Implants & Restoration", author: "Implant Specialists", description: "Replace missing teeth with durable, natural-looking dental implants. Our expert team ensures comfortable procedures and beautiful results.", tags: ["Restoration", "Advanced"], - imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg", imageAlt: "Dental implant restoration" + imageSrc: "http://img.b2bpic.net/free-photo/team-dentists-treats-patients-teeth-using-modern-equipment-dentistry-concept_169016-67025.jpg?_wi=2", imageAlt: "Dental implant restoration" }, { id: "3", title: "Orthodontics & Smile Correction", author: "Orthodontic Specialists", description: "Achieve your perfect smile with modern orthodontic treatments. From traditional braces to advanced aligners, we have solutions for all ages.", tags: ["Cosmetic", "Alignment"], - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg", imageAlt: "Orthodontic treatment" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-wearing-braces_107420-65479.jpg?_wi=2", imageAlt: "Orthodontic treatment" } ]} animationType="slide-up" -- 2.49.1