diff --git a/src/app/page.tsx b/src/app/page.tsx index 2e21cdf..1b19cb9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -79,13 +79,13 @@ export default function LandingPage() { products={[ { id: "1", brand: "General Care", name: "Preventive Dentistry", price: "Professional Cleaning & Exams", rating: 5, - reviewCount: "1200+", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg", imageAlt: "Professional dental cleaning"}, + reviewCount: "1200+", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=1", imageAlt: "Professional dental cleaning"}, { id: "2", brand: "Advanced Solutions", name: "Dental Implants", price: "Complete Restoration", rating: 5, - reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Advanced dental implants"}, + reviewCount: "950+", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=1", imageAlt: "Advanced dental implants"}, { id: "3", brand: "Cosmetic Enhancement", name: "Smile Makeover", price: "Whitening & Veneers", rating: 5, - reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Cosmetic dentistry smile design"}, + reviewCount: "880+", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=1", imageAlt: "Cosmetic dentistry smile design"}, ]} ariaLabel="Premium dental services" containerClassName="space-y-8" @@ -115,11 +115,11 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" features={[ { - title: "Advanced Technology", description: "State-of-the-art digital imaging and treatment systems for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg", imageAlt: "Advanced dental technology"}, + title: "Advanced Technology", description: "State-of-the-art digital imaging and treatment systems for precision and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-man-receiving-dental-treatment-from-female-dentist-clinic_662251-2555.jpg?_wi=2", imageAlt: "Advanced dental technology"}, { - title: "Experienced Team", description: "Board-certified dentists with decades of combined expertise in all dental disciplines.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg", imageAlt: "Expert dental team"}, + title: "Experienced Team", description: "Board-certified dentists with decades of combined expertise in all dental disciplines.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19455.jpg?_wi=2", imageAlt: "Expert dental team"}, { - title: "Personalized Care", description: "Custom treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg", imageAlt: "Personalized dental care"}, + title: "Personalized Care", description: "Custom treatment plans tailored to your unique needs and aesthetic goals.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-stylish-young-woman_158538-3962.jpg?_wi=2", imageAlt: "Personalized dental care"}, { title: "Comfortable Environment", description: "Luxurious, spa-like setting designed to ease anxiety and enhance relaxation.", imageSrc: "http://img.b2bpic.net/free-photo/male-patient-with-cofferdam-mouth-showing-teeth-with-braces_651396-3439.jpg", imageAlt: "Comfortable dental office"}, ]}