diff --git a/src/app/page.tsx b/src/app/page.tsx index b12662f..f6bef9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,15 +56,15 @@ export default function LandingPage() { testimonials={[ { name: "Maria S.", handle: "Local Customer", testimonial: "Great selection and fast checkout. Love the pharmacy service here!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=1" }, { name: "James T.", handle: "Regular Shopper", testimonial: "Convenient location in Panorama Mall. Always friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1" }, { name: "Rosa L.", handle: "Community Member", testimonial: "Fresh bakery items every morning. Perfect for my family!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=1" } ]} testimonialRotationInterval={5000} @@ -188,13 +188,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", name: "Maria Santos", handle: "Local Resident", testimonial: "The pharmacy staff is incredibly knowledgeable and helpful. They always answer my questions about medications.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg" + id: "1", name: "Maria Santos", handle: "Local Resident", testimonial: "The pharmacy staff is incredibly knowledgeable and helpful. They always answer my questions about medications.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-woman-holding-shopping-bags-make-selfie-by-camera-clothing-store_839833-1916.jpg?_wi=2" }, { - id: "2", name: "James Thompson", handle: "Regular Customer", testimonial: "Best location for quick shopping. The staff remembers me and the checkout is always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "2", name: "James Thompson", handle: "Regular Customer", testimonial: "Best location for quick shopping. The staff remembers me and the checkout is always fast.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2" }, { - id: "3", name: "Rosa Lopez", handle: "Family Shopper", testimonial: "Fresh bakery items every single day. My kids love the variety and quality of the bread.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg" + id: "3", name: "Rosa Lopez", handle: "Family Shopper", testimonial: "Fresh bakery items every single day. My kids love the variety and quality of the bread.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cute-girl-looking-away_23-2148436134.jpg?_wi=2" }, { id: "4", name: "David Chen", handle: "Frequent Visitor", testimonial: "Great selection of clothing at affordable prices. The store is clean and well-organized.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-handsome-male-smiling_181624-41237.jpg" @@ -203,7 +203,7 @@ export default function LandingPage() { id: "5", name: "Angela Martinez", handle: "Community Member", testimonial: "The flower arrangements are beautiful and last a long time. Perfect for special occasions.", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-welcome-gesture_1149-1755.jpg" }, { - id: "6", name: "Michael Johnson", handle: "Local Shopper", testimonial: "Convenient parking and easy access. I always recommend this Walmart to my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg" + id: "6", name: "Michael Johnson", handle: "Local Shopper", testimonial: "Convenient parking and easy access. I always recommend this Walmart to my friends.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3" } ]} speed={40}