diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d29196..52e02b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,9 +54,9 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg", imageAlt: "Luxurious Dumfries Dental Clinic Reception"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg?_wi=1", imageAlt: "Luxurious Dumfries Dental Clinic Reception"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg", imageAlt: "Dental treatment consultation"} + imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg?_wi=1", imageAlt: "Dental treatment consultation"} ]} mediaAnimation="blur-reveal" rating={4.6} @@ -86,13 +86,13 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", name: "General Dentistry", price: "Comprehensive", variant: "Routine", imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg"}, + id: "1", name: "General Dentistry", price: "Comprehensive", variant: "Routine", imageSrc: "http://img.b2bpic.net/free-photo/young-girlfriends-enjoying-time-together_23-2148925910.jpg?_wi=2"}, { id: "2", name: "Cosmetic Bonding", price: "Transformation", variant: "Aesthetic", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-girlfriends-smiling-camera_1301-2348.jpg"}, { id: "3", name: "Professional Whitening", price: "Radiant", variant: "Cosmetic", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-with-surgical-mask-holding-dental-instruments_107420-73958.jpg"}, { - id: "4", name: "Dental Hygiene", price: "Healthy", variant: "Preventive", imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg"}, + id: "4", name: "Dental Hygiene", price: "Healthy", variant: "Preventive", imageSrc: "http://img.b2bpic.net/free-photo/african-american-patient-filling-report-papers-talking-receptionist-hospital-reception-counter-woman-writing-medical-form-before-checkup-appointment-with-doctor-health-center_482257-51637.jpg?_wi=2"}, ]} title="A Complete Range of Dental Services" description="Whether you require routine hygiene, restorative general care, or cosmetic confidence boosters like composite bonding and whitening, we are here for you." @@ -117,7 +117,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah J.", handle: "@dumfries", testimonial: "I was very nervous, but the staff were incredibly gentle. A wonderful experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=1"}, { id: "2", name: "Michael T.", handle: "@dumfries", testimonial: "Excellent hygiene appointment. Everything was thorough and well-explained.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-patient-redviolet-dress-laying-dental-chair-while-female-dentist-treating-her-teeth-with-special-instruments_627829-9765.jpg"}, @@ -129,7 +129,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/happy-queer-eldery-women-back-view_23-2149732512.jpg"}, { id: "5", name: "Linda M.", handle: "@dumfries", testimonial: "The most comfortable dental visit I've had in years. So attentive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/happy-mature-woman-talking-her-doctor-medical-clinic_637285-9073.jpg?_wi=2"}, ]} showRating={true} title="Trusted by Our Local Community" @@ -153,7 +153,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "How can we help you?", rows: 4, }} - imageSrc="http://img.b2bpic.net/free-photo/japan-landmark-urban-landscape_23-2148889595.jpg" + imageSrc="http://img.b2bpic.net/free-photo/japan-landmark-urban-landscape_23-2148889595.jpg?_wi=1" buttonText="Book Consultation" mediaAnimation="slide-up" /> @@ -161,7 +161,7 @@ export default function LandingPage() {