diff --git a/src/app/page.tsx b/src/app/page.tsx index 4650874..58fc868 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,19 +59,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@loyalclient", testimonial: "Abid is an artist. He just knows what works for you. I've been coming for 8 years!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Sarah M." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=1", imageAlt: "Sarah M." }, { name: "Priya K.", handle: "@happyclient", testimonial: "Kajal is the best for threading and waxing. Super clean and professional.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/customer-review-blog-graphics_742173-1867.jpg", imageAlt: "Priya K." + imageSrc: "http://img.b2bpic.net/free-vector/customer-review-blog-graphics_742173-1867.jpg?_wi=1", imageAlt: "Priya K." }, { name: "Neha R.", handle: "@trustsalon", testimonial: "I've trusted them for years — wouldn't go anywhere else. They truly listen.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-thumb-up_1149-1739.jpg", imageAlt: "Neha R." + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-thumb-up_1149-1739.jpg?_wi=1", imageAlt: "Neha R." }, { name: "Anjali P.", handle: "@peacefulsalon", testimonial: "Clean, modern, and super relaxing ambiance. You feel pampered here.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg", imageAlt: "Anjali P." + imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg?_wi=1", imageAlt: "Anjali P." } ]} testimonialRotationInterval={5000} @@ -161,10 +161,10 @@ export default function LandingPage() { cardAnimation="blur-reveal" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", imageAlt: "Sarah M." }, - { id: "2", name: "Priya K.", imageSrc: "http://img.b2bpic.net/free-vector/customer-review-blog-graphics_742173-1867.jpg", imageAlt: "Priya K." }, - { id: "3", name: "Neha R.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-thumb-up_1149-1739.jpg", imageAlt: "Neha R." }, - { id: "4", name: "Anjali P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg", imageAlt: "Anjali P." }, + { id: "1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg?_wi=2", imageAlt: "Sarah M." }, + { id: "2", name: "Priya K.", imageSrc: "http://img.b2bpic.net/free-vector/customer-review-blog-graphics_742173-1867.jpg?_wi=2", imageAlt: "Priya K." }, + { id: "3", name: "Neha R.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-with-thumb-up_1149-1739.jpg?_wi=2", imageAlt: "Neha R." }, + { id: "4", name: "Anjali P.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-man-work_23-2149097925.jpg?_wi=2", imageAlt: "Anjali P." }, { id: "5", name: "Ritika S.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-number-three_1187-4067.jpg", imageAlt: "Ritika S." }, { id: "6", name: "Divya M.", imageSrc: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", imageAlt: "Divya M." } ]}