diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e0df37..c7805e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,11 +53,11 @@ export default function LandingPage() { ]} buttonAnimation="blur-reveal" mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Modern dental clinic treatment room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Professional dental treatment setup" }, - { imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg", imageAlt: "Modern dental clinic waiting area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg", imageAlt: "Advanced dental operating room" }, - { imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg", imageAlt: "Patient-centered dental care" } + { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=1", imageAlt: "Modern dental clinic treatment room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Professional dental treatment setup" }, + { imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=1", imageAlt: "Modern dental clinic waiting area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg?_wi=1", imageAlt: "Advanced dental operating room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg?_wi=1", imageAlt: "Patient-centered dental care" } ]} mediaAnimation="blur-reveal" /> @@ -90,11 +90,11 @@ export default function LandingPage() { }, { id: 2, - title: "Advanced Treatments", description: "Technology-supported procedures including digital imaging, precision diagnostics, and modern treatment methods for accurate and efficient care.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg", imageAlt: "Advanced dental technology" + title: "Advanced Treatments", description: "Technology-supported procedures including digital imaging, precision diagnostics, and modern treatment methods for accurate and efficient care.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg?_wi=1", imageAlt: "Advanced dental technology" }, { id: 3, - title: "Dental Implants", description: "Implant procedures supported by digital impression technology and modern treatment methods for long-lasting, natural-looking tooth replacement.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg", imageAlt: "Dental implant procedure" + title: "Dental Implants", description: "Implant procedures supported by digital impression technology and modern treatment methods for long-lasting, natural-looking tooth replacement.", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg?_wi=1", imageAlt: "Dental implant procedure" }, { id: 4, @@ -115,16 +115,16 @@ export default function LandingPage() { animationType="slide-up" metrics={[ { - id: "1", value: "5.0★", title: "Google Rating", description: "Rated 5.0 stars from 60+ patient reviews", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Professional dental clinic treatment room" + id: "1", value: "5.0★", title: "Google Rating", description: "Rated 5.0 stars from 60+ patient reviews", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Professional dental clinic treatment room" }, { - id: "2", value: "Multi", title: "Speciality Services", description: "Comprehensive dental treatments across multiple specialities", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg", imageAlt: "Modern dental technology and equipment" + id: "2", value: "Multi", title: "Speciality Services", description: "Comprehensive dental treatments across multiple specialities", imageSrc: "http://img.b2bpic.net/free-photo/dentist-doctor-patient-looking-digital-teeh-x-ray-dental-office-person-pov-stomatology-wearing-protective-face-mask-gloves-pointing-teeth-radiography-stomatological-clinic_482257-13097.jpg?_wi=2", imageAlt: "Modern dental technology and equipment" }, { - id: "3", value: "Digital", title: "Impression Tech", description: "Advanced digital impression systems for precision treatments", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg", imageAlt: "Advanced implant treatment procedures" + id: "3", value: "Digital", title: "Impression Tech", description: "Advanced digital impression systems for precision treatments", imageSrc: "http://img.b2bpic.net/free-photo/old-man-sitting-dentist-s-office_1157-19457.jpg?_wi=2", imageAlt: "Advanced implant treatment procedures" }, { - id: "4", value: "Modern", title: "Clinical Setup", description: "State-of-the-art treatment rooms and professional infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg", imageAlt: "Modern dental operating room with advanced equipment" + id: "4", value: "Modern", title: "Clinical Setup", description: "State-of-the-art treatment rooms and professional infrastructure", imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg?_wi=2", imageAlt: "Modern dental operating room with advanced equipment" } ]} /> @@ -142,19 +142,19 @@ export default function LandingPage() { features={[ { id: 1, - title: "Modern Treatment Chairs", description: "Ergonomic dental chairs with precision instruments and overhead operating lights for comfortable and accurate treatments.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Modern dental treatment chair setup" + title: "Modern Treatment Chairs", description: "Ergonomic dental chairs with precision instruments and overhead operating lights for comfortable and accurate treatments.", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=4", imageAlt: "Modern dental treatment chair setup" }, { id: 2, - title: "Dedicated Treatment Rooms", description: "Organized clinical spaces designed for specialized procedures, sterilization, and patient privacy with professional equipment setup.", imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg", imageAlt: "Dedicated dental treatment room" + title: "Dedicated Treatment Rooms", description: "Organized clinical spaces designed for specialized procedures, sterilization, and patient privacy with professional equipment setup.", imageSrc: "http://img.b2bpic.net/free-photo/gynecological-room-hospital_7502-8396.jpg?_wi=3", imageAlt: "Dedicated dental treatment room" }, { id: 3, - title: "Clean & Hygienic Environment", description: "Air-conditioned, hygiene-focused clinical spaces maintained to the highest standards for patient safety and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg", imageAlt: "Clean and professional dental clinic" + title: "Clean & Hygienic Environment", description: "Air-conditioned, hygiene-focused clinical spaces maintained to the highest standards for patient safety and comfort.", imageSrc: "http://img.b2bpic.net/free-photo/dentist-sitting-beside-female-patient-dental-office_651396-2234.jpg?_wi=2", imageAlt: "Clean and professional dental clinic" }, { id: 4, - title: "Patient-Focused Design", description: "Comfortable waiting areas, organized treatment spaces, and professional staff ensuring a welcoming healthcare experience.", imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg", imageAlt: "Modern dental clinic waiting area" + title: "Patient-Focused Design", description: "Comfortable waiting areas, organized treatment spaces, and professional staff ensuring a welcoming healthcare experience.", imageSrc: "http://img.b2bpic.net/free-photo/patients-stomatology-reception-waiting-line-taking-filling-form-doctor-examining-senior-man-discussing-teeh-healthcare_482257-4850.jpg?_wi=2", imageAlt: "Modern dental clinic waiting area" } ]} /> @@ -182,7 +182,7 @@ export default function LandingPage() { }, { id: "3", name: "Amit Patel", role: "Marketing Executive", company: "Malappuram District", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Amit Patel testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Amit Patel testimonial" }, { id: "4", name: "Deepa Menon", role: "School Teacher", company: "Kondotty", rating: 5, @@ -194,7 +194,7 @@ export default function LandingPage() { }, { id: "6", name: "Anjali Sharma", role: "Entrepreneur", company: "Kondotty", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Anjali Sharma testimonial" + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Anjali Sharma testimonial" } ]} />