diff --git a/src/app/page.tsx b/src/app/page.tsx index 98251d6..b8f08ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,19 +57,19 @@ export default function LandingPage() { testimonials={[ { name: "Sarah M.", handle: "@foodlover_ky", testimonial: "Best Thai food I've had—anywhere.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Sarah M." + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=1", imageAlt: "Sarah M." }, { name: "Michael K.", handle: "@exploring_flavors", testimonial: "We drive 45 minutes—and it's always worth it.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", imageAlt: "Michael K." + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg?_wi=1", imageAlt: "Michael K." }, { name: "Jennifer L.", handle: "@thai_cuisine_fan", testimonial: "Better pho than in Bowling Green.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg", imageAlt: "Jennifer L." + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg?_wi=1", imageAlt: "Jennifer L." }, { name: "David T.", handle: "@localfoodie", testimonial: "One of the best Thai restaurants I've ever eaten at.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "David T." + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=1", imageAlt: "David T." } ]} testimonialRotationInterval={5000} @@ -179,27 +179,27 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Mitchell", handle: "@foodlover_ky", testimonial: "Best pho I've ever had—anywhere. The broth is absolutely incredible, and every detail shows they care.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=2", imageAlt: "Sarah Mitchell" }, { id: "2", name: "Michael Chen", handle: "@exploring_flavors", testimonial: "We've been twice in two days. That says everything. The service is incredibly fast and friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", imageAlt: "Michael Chen" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg?_wi=2", imageAlt: "Michael Chen" }, { id: "3", name: "Jennifer Lee", handle: "@thai_cuisine_fan", testimonial: "Favorite restaurant in town. Food is always perfect. Better pho than in Bowling Green—worth the 45-minute drive.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg", imageAlt: "Jennifer Lee" + imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-walking-outdoors_171337-19862.jpg?_wi=2", imageAlt: "Jennifer Lee" }, { id: "4", name: "David Thompson", handle: "@localfoodie", testimonial: "One of the best Thai restaurants I've ever eaten at. The owners are the sweetest people you'll meet.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg", imageAlt: "David Thompson" + imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-emotional-girl-business-style-clothes-plain-white-background-office-audience_78826-2259.jpg?_wi=2", imageAlt: "David Thompson" }, { id: "5", name: "Amanda Rodriguez", handle: "@flavor_seeker", testimonial: "The flavor is amazing—I can't believe this is in a small town. Hands down the best Thai in Kentucky.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg", imageAlt: "Amanda Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/smiley-businesswoman-posing-outdoors_23-2148767054.jpg?_wi=3", imageAlt: "Amanda Rodriguez" }, { id: "6", name: "James Wilson", handle: "@dinner_critic", testimonial: "Charming, calm, welcoming atmosphere. Premium quality at every level. This is what dining should feel like.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg", imageAlt: "James Wilson" + imageSrc: "http://img.b2bpic.net/free-photo/business-woman-with-glasses-smiling_23-2148053687.jpg?_wi=3", imageAlt: "James Wilson" } ]} ariaLabel="Customer testimonials section"