diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f3ae8d..2cfa488 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,9 +51,9 @@ export default function LandingPage() { description="Comfortable, affordable and professional dentistry for the whole family. Experience advanced dental technology with compassionate care from our experienced team." mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg", imageAlt: "Modern dental clinic interior"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=1", imageAlt: "Modern dental clinic interior"}, { - imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg", imageAlt: "Professional dental treatment room"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=1", imageAlt: "Professional dental treatment room"}, ]} rating={5} ratingText="4.3★ Rated by 13 Happy Patients" @@ -90,7 +90,7 @@ export default function LandingPage() { features={[ { id: "1", title: "Teeth Cleaning & Checkups", description: "Professional cleaning and comprehensive oral examination with digital imaging.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg", imageAlt: "Professional teeth cleaning"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=2", imageAlt: "Professional teeth cleaning"}, items: [ { icon: Check, text: "Professional scaling and polishing" }, { icon: Check, text: "Digital X-ray imaging" }, @@ -100,7 +100,7 @@ export default function LandingPage() { }, { id: "2", title: "Teeth Whitening", description: "Advanced teeth whitening treatments for a brighter, whiter smile in just one visit.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg", imageAlt: "Teeth whitening treatment"}, + imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=2", imageAlt: "Teeth whitening treatment"}, items: [ { icon: Sparkles, text: "Professional-grade whitening" }, { icon: Sparkles, text: "Safe enamel protection" }, @@ -110,7 +110,7 @@ export default function LandingPage() { }, { id: "3", title: "Dental Implants", description: "Premium dental implants to restore missing teeth with natural-looking results.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg", imageAlt: "Dental implant procedure"}, + imageSrc: "http://img.b2bpic.net/free-photo/people-with-protection-masks-discussing-reception-area-waiting-doctor-dental-clinic-while-stomatologist-working-background-wearing-ppe-suit-concept-new-normal-dentist-visit_482257-3547.jpg?_wi=3", imageAlt: "Dental implant procedure"}, items: [ { icon: Shield, text: "Titanium implants" }, { icon: Shield, text: "Permanent solution" }, @@ -136,7 +136,7 @@ export default function LandingPage() { { id: "1", name: "Dr. Aydin Rustamov", role: "Chief Dentist", imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-special-equipment_23-2148980727.jpg", imageAlt: "Dr. Aydin Rustamov"}, { - id: "2", name: "Dr. Leyla Hasanova", role: "Cosmetic Dentist", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg", imageAlt: "Dr. Leyla Hasanova"}, + id: "2", name: "Dr. Leyla Hasanova", role: "Cosmetic Dentist", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-dental-office_1204-395.jpg?_wi=3", imageAlt: "Dr. Leyla Hasanova"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"