diff --git a/src/app/page.tsx b/src/app/page.tsx index a747063..d1badc3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -65,15 +65,15 @@ export default function LandingPage() { testimonials={[ { name: "Deborah Jordan", handle: "@deborahj", testimonial: "Best place in town to get your copies made and they have an very sweet young lady that is a notary. Prices are not too bad either.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=1" }, { name: "Dennis Saldivar", handle: "@denniss", testimonial: "Quick service with friendly staff that make sure you leave satisfied. I'll definitely come back when I need these services in the future.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg?_wi=1" }, { name: "T Jones", handle: "@tjones", testimonial: "I have been going here for years getting copies and faxing off important paperwork. I'm never disappointed in the service with a smile I get each time I come in the door.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=1" }, ]} showDimOverlay={true} @@ -205,13 +205,13 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Deborah Jordan", role: "Local Guide", company: "Google Maps", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Portrait of Deborah Jordan"}, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg?_wi=2", imageAlt: "Portrait of Deborah Jordan"}, { id: "2", name: "Dennis Saldivar", role: "Local Guide", company: "Yelp", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg", imageAlt: "Portrait of Dennis Saldivar"}, + imageSrc: "http://img.b2bpic.net/free-photo/crazy-hero-happy-expression_1194-4156.jpg?_wi=2", imageAlt: "Portrait of Dennis Saldivar"}, { id: "3", name: "T Jones", role: "Customer", company: "Local Client", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg", imageAlt: "Portrait of T Jones"}, + imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-doing-ok-sign-showing-thumb-up-laptop-isolated-white_141793-84103.jpg?_wi=2", imageAlt: "Portrait of T Jones"}, { id: "4", name: "Maria Rodriguez", role: "Small Business Owner", company: "Rodriguez Designs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-working-travel-agency_52683-136439.jpg", imageAlt: "Portrait of Maria Rodriguez"},