diff --git a/src/app/page.tsx b/src/app/page.tsx index 5920ca3..8c5c4e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function DentalLandingPage() { background={{ variant: "sparkles-gradient" }} carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Modern dental clinic reception area" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=1", imageAlt: "Modern dental clinic reception area" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg", imageAlt: "Dr. Matshediso Mary Damane" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg?_wi=1", imageAlt: "Dr. Matshediso Mary Damane" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/checkup-dentist-tool-instrument-young_1301-3124.jpg", imageAlt: "Professional dental treatment in progress" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "State-of-the-art dental office" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=1", imageAlt: "State-of-the-art dental office" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg", imageAlt: "Emergency dental care available" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg?_wi=1", imageAlt: "Emergency dental care available" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Welcoming dental clinic environment" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=2", imageAlt: "Welcoming dental clinic environment" } ]} autoPlay={true} @@ -85,7 +85,7 @@ export default function DentalLandingPage() { tag="About Our Practice" tagIcon={Heart} tagAnimation="entrance-slide" - imageSrc="http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-female-dentist-woman-crossed-arms-standing-her-dentistry-office-near-chair_627829-1369.jpg?_wi=2" imageAlt="Dr. Matshediso Mary Damane - Your trusted dentist" buttons={[ { text: "Get Directions", href: "https://maps.google.com/?q=57+Charlotte+Maxeke+St,+CBD,+Bloemfontein" }, @@ -150,13 +150,13 @@ export default function DentalLandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "emergency-1", name: "Severe Toothache", price: "Same-Day Care", variant: "Urgent Relief Available", imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg", imageAlt: "Emergency dental relief" + id: "emergency-1", name: "Severe Toothache", price: "Same-Day Care", variant: "Urgent Relief Available", imageSrc: "http://img.b2bpic.net/free-photo/medical-nurse-examining-patient-paing-writing-dental-problem-clipboard-while-sitting-dental-hospital-office_482257-4882.jpg?_wi=2", imageAlt: "Emergency dental relief" }, { - id: "emergency-2", name: "Broken or Cracked Tooth", price: "Immediate Treatment", variant: "Quick Restoration", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", imageAlt: "Professional emergency treatment" + id: "emergency-2", name: "Broken or Cracked Tooth", price: "Immediate Treatment", variant: "Quick Restoration", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=2", imageAlt: "Professional emergency treatment" }, { - id: "emergency-3", name: "Dental Swelling", price: "Professional Care", variant: "Expert Management", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg", imageAlt: "Medical-grade emergency care" + id: "emergency-3", name: "Dental Swelling", price: "Professional Care", variant: "Expert Management", imageSrc: "http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=3", imageAlt: "Medical-grade emergency care" } ]} buttons={[ @@ -233,7 +233,7 @@ export default function DentalLandingPage() { tagAnimation="entrance-slide" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg?_wi=3" imageAlt="Our welcoming dental office" mediaAnimation="entrance-slide" mediaPosition="right" @@ -253,7 +253,7 @@ export default function DentalLandingPage() { tagAnimation="entrance-slide" background={{ variant: "sparkles-gradient" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg" + imageSrc="http://img.b2bpic.net/free-photo/professional-dentist-tools-chair-dental-office_1204-394.jpg?_wi=4" imageAlt="Professional dental care" mediaAnimation="entrance-slide" mediaPosition="left"