diff --git a/src/app/page.tsx b/src/app/page.tsx index d14513f..1975f5c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -132,13 +132,13 @@ export default function HomePage() { products={[ { id: "cosmetic-whitening", brand: "Premium Care", name: "Professional Teeth Whitening", price: "Starting at $299", rating: 5, - reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg", imageAlt: "Professional teeth whitening treatment"}, + reviewCount: "500+", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=1", imageAlt: "Professional teeth whitening treatment"}, { id: "implants", brand: "Advanced Restoration", name: "Dental Implants", price: "Custom Pricing", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Advanced implant restoration"}, + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=1", imageAlt: "Advanced implant restoration"}, { id: "orthodontics", brand: "Modern Alignment", name: "Invisible Aligners", price: "Starting at $1,999", rating: 5, - reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg", imageAlt: "Modern orthodontic treatment"}, + reviewCount: "380+", imageSrc: "http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=1", imageAlt: "Modern orthodontic treatment"}, ]} buttons={[ { text: "Explore All Services", href: "/about" }, @@ -192,7 +192,7 @@ export default function HomePage() { "Experience dentistry in complete comfort with our professional sedation options, perfect for anxious patients and complex procedures.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-happy-dentist_23-2148396150.jpg", imageAlt: "Comfortable sedation dental treatment"}, { title: "3D Digital Imaging", description: - "Utilizing the latest diagnostic technology for precise treatment planning and optimal outcomes with minimal radiation exposure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg", imageAlt: "Advanced dental imaging technology"}, + "Utilizing the latest diagnostic technology for precise treatment planning and optimal outcomes with minimal radiation exposure.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=1", imageAlt: "Advanced dental imaging technology"}, { title: "Hospital-Grade Sterilization", description: "Your safety is paramount. We exceed all infection control standards with advanced sterilization protocols.", imageSrc: "http://img.b2bpic.net/free-photo/many-kind-medical-equipment-manage-surgeon-start-operations-operating-room_1301-7803.jpg", imageAlt: "Professional sterilization standards"}, diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 9e87b18..aaafc0a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -98,7 +98,7 @@ export default function ServicesPage() { { text: "Back to Home", href: "/" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiling-female-patient-looking-dentist-working-dental-jaw_23-2147862037.jpg?_wi=2" imageAlt="Comprehensive dental services showcase" mediaAnimation="opacity" imagePosition="right" @@ -128,13 +128,13 @@ export default function ServicesPage() { animationType="scale-rotate" features={[ { - title: "Cosmetic Dentistry", description: "Enhance your smile with professional whitening, veneers, bonding, and smile design services that bring out your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg", imageAlt: "Cosmetic dentistry services", button: { text: "Learn More", href: "/services" }, + title: "Cosmetic Dentistry", description: "Enhance your smile with professional whitening, veneers, bonding, and smile design services that bring out your natural beauty.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-talking-worried-woman-dental-checkup_329181-20771.jpg?_wi=2", imageAlt: "Cosmetic dentistry services", button: { text: "Learn More", href: "/services" }, }, { - title: "Restorative Treatments", description: "Advanced procedures including implants, crowns, bridges, and root canal therapy to restore function and aesthetics to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg", imageAlt: "Restorative dental procedures", button: { text: "Explore Options", href: "/services" }, + title: "Restorative Treatments", description: "Advanced procedures including implants, crowns, bridges, and root canal therapy to restore function and aesthetics to damaged teeth.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-talking-phone_1301-124.jpg?_wi=2", imageAlt: "Restorative dental procedures", button: { text: "Explore Options", href: "/services" }, }, { - title: "Orthodontic Solutions", description: "Invisible aligners and advanced braces for achieving perfectly aligned teeth and a confident smile in months, not years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg", imageAlt: "Orthodontic alignment solutions", button: { text: "Get Started", href: "/services" }, + title: "Orthodontic Solutions", description: "Invisible aligners and advanced braces for achieving perfectly aligned teeth and a confident smile in months, not years.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-teeth-x-ray_23-2148396206.jpg?_wi=2", imageAlt: "Orthodontic alignment solutions", button: { text: "Get Started", href: "/services" }, }, ]} buttons={[{ text: "Schedule Consultation", href: "/contact" }]}