diff --git a/src/app/page.tsx b/src/app/page.tsx index 2743897..c41afb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { testimonials={[ { name: "Ayesha Khan", handle: "@ayeshakhan", testimonial: "The best dental experience in Clifton. Truly professional and gentle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg", imageAlt: "dental clinic interior professional"}, + imageSrc: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg?_wi=1", imageAlt: "dental clinic interior professional"}, { name: "Omar Farooq", handle: "@omarfarooq", testimonial: "Exceptional results for my aesthetic transformation. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-pretty-woman-skin-care_624325-3175.jpg", imageAlt: "teeth whitening professional aesthetic"}, @@ -64,9 +64,9 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/dentist-standing-with-arms-crossed-dental-clinic_107420-65535.jpg", imageAlt: "dental crown treatment close up"}, { name: "Hina Jamshed", handle: "@hinajamshed", testimonial: "Truly world-class service right here in Karachi. My confidence has soared!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", imageAlt: "modern dental reception area"}, + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=1", imageAlt: "modern dental reception area"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg?_wi=2" imageAlt="Luxurious Dental Clinic Studio" avatars={[ { @@ -126,7 +126,7 @@ export default function LandingPage() { products={[ { id: "g1", brand: "Studio", name: "Reception", price: "", rating: 5, - reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg"}, + reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg?_wi=2"}, { id: "g2", brand: "Studio", name: "Treatment Room", price: "", rating: 5, reviewCount: "100", imageSrc: "http://img.b2bpic.net/free-photo/top-view-career-guidance-items-dentists_23-2149443484.jpg"}, @@ -168,7 +168,7 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Sarah Ahmed", role: "Patient", testimonial: "Incredible service, truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-home_329181-1146.jpg"}, + id: "1", name: "Sarah Ahmed", role: "Patient", testimonial: "Incredible service, truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-home_329181-1146.jpg?_wi=1"}, { id: "2", name: "Bilal Khan", role: "Patient", testimonial: "Very modern facility and friendly staff.", imageSrc: "http://img.b2bpic.net/free-photo/focused-young-businesswoman_74855-2798.jpg"}, { @@ -176,7 +176,7 @@ export default function LandingPage() { { id: "4", name: "Ali Abbas", role: "Patient", testimonial: "Amazing results, changed my smile.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-african-american-woman-posing_273609-19617.jpg"}, { - id: "5", name: "Zara Noor", role: "Patient", testimonial: "I couldn't be happier with my new smile, simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-home_329181-1146.jpg"}, + id: "5", name: "Zara Noor", role: "Patient", testimonial: "I couldn't be happier with my new smile, simply perfect.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-beautiful-woman-home_329181-1146.jpg?_wi=2"}, ]} title="Patient Stories" description="Hear what our patients say about their experience."