diff --git a/src/app/page.tsx b/src/app/page.tsx index ffdd603..20c1258 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,35 +59,35 @@ export default function LandingPage() { handle: "@jamesl", testimonial: "The best hat I've ever owned. Incredible quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg?_wi=1", }, { name: "Sarah M.", handle: "@sarah_m", testimonial: "Stunning design and perfect fit every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg?_wi=1", }, { name: "Thomas K.", handle: "@thomask", testimonial: "Exceptional customer service and quick shipping.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg?_wi=1", }, { name: "Elena R.", handle: "@elena", testimonial: "Sophisticated style that draws attention.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=1", }, { name: "David W.", handle: "@davidw", testimonial: "A true premium experience. I highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg?_wi=1", }, ]} buttons={[ @@ -201,7 +201,7 @@ export default function LandingPage() { handle: "@jamesl", testimonial: "The best hat I've ever owned. Incredible quality.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hipster-man-with-hat-binoculars_23-2147652844.jpg?_wi=2", }, { id: "2", @@ -209,7 +209,7 @@ export default function LandingPage() { handle: "@sarah_m", testimonial: "Stunning design and perfect fit every time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-reading-tarot_23-2150298300.jpg?_wi=2", }, { id: "3", @@ -217,7 +217,7 @@ export default function LandingPage() { handle: "@thomask", testimonial: "Exceptional customer service and quick shipping.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-wears-red-hat-red-background_633478-2599.jpg?_wi=2", }, { id: "4", @@ -225,7 +225,7 @@ export default function LandingPage() { handle: "@elena", testimonial: "Sophisticated style that draws attention.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-black-woman-smiling-hipster-model-white-jeans-clothes-sexy-carefree-female-posing-street-background-cheerful-happy-outdoors-sunglasses-sunset_158538-26828.jpg?_wi=2", }, { id: "5", @@ -233,7 +233,7 @@ export default function LandingPage() { handle: "@davidw", testimonial: "A true premium experience. I highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-with-black-hat-holding-umbrella-with-copy-space_23-2148647667.jpg?_wi=2", }, ]} showRating={true}