diff --git a/src/app/page.tsx b/src/app/page.tsx index 472d66f..880ee56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,35 +70,35 @@ export default function LandingPage() { handle: "@elena.work", testimonial: "The perfect place to focus. Exceptional coffee and a calm, quiet environment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=1", }, { name: "Marcus T.", handle: "@marcus_reads", testimonial: "My go-to spot for slow Sunday mornings. The design is simply stunning.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-putting-hands-head-looking-up-isolated-orange-wall_141793-85465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-putting-hands-head-looking-up-isolated-orange-wall_141793-85465.jpg?_wi=1", }, { name: "Sarah J.", handle: "@sarah.creative", testimonial: "Finally, a coffee shop that treats work as a craft and coffee as art.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-working-laptop_23-2148218500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-working-laptop_23-2148218500.jpg?_wi=1", }, { name: "David L.", handle: "@david.ventures", testimonial: "Incredible WiFi and even better lattes. I never want to leave.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg?_wi=1", }, { name: "Chloe M.", handle: "@chloe.design", testimonial: "The atmosphere is top-tier. So relaxing, truly a hidden gem.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg?_wi=1", }, ]} buttons={[ @@ -287,7 +287,7 @@ export default function LandingPage() { quote: "The most beautiful coffee shop in the city.", tag: "Coffee Culture", avatarSrc: "http://img.b2bpic.net/free-photo/blue-eyed-blonde-positive-woman-round-spectalces-dressed-casually-being-good-mood-after-day-off-isolated-pink_273609-3839.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "avatar woman portrait", }, { @@ -298,7 +298,7 @@ export default function LandingPage() { quote: "I get so much done here. It's truly a hidden gem.", tag: "Productive Space", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-cartoon-style_23-2151134319.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-putting-hands-head-looking-up-isolated-orange-wall_141793-85465.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-man-putting-hands-head-looking-up-isolated-orange-wall_141793-85465.jpg?_wi=2", imageAlt: "avatar woman portrait", }, { @@ -309,7 +309,7 @@ export default function LandingPage() { quote: "The pour over is perfection every single time.", tag: "Quality", avatarSrc: "http://img.b2bpic.net/free-vector/user-with-pie-chart_78370-7032.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-working-laptop_23-2148218500.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-smiling-working-laptop_23-2148218500.jpg?_wi=2", imageAlt: "avatar woman portrait", }, { @@ -320,7 +320,7 @@ export default function LandingPage() { quote: "Love the aesthetic. Perfect for client calls.", tag: "Ambiance", avatarSrc: "http://img.b2bpic.net/free-photo/headshot-handsome-caucasian-man-with-beard-smiling-happy-camera-standing-orange-sweater-aga_1258-164897.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/excited-bearded-man-looking-surprised-camera-blue-background-attractive-guy-having-eyes-full-happiness_574295-6126.jpg?_wi=2", imageAlt: "avatar woman portrait", }, { @@ -331,7 +331,7 @@ export default function LandingPage() { quote: "Desserts are to die for. Friendly staff!", tag: "Vibe", avatarSrc: "http://img.b2bpic.net/free-photo/happy-lovely-pretty-young-female-model-with-bobbed-hairstyle-shining-smile-being-good-mood-after-successful-shopping-dressed-casual-loose-t-shirt_273609-3588.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-woman-outdoors_1098-1638.jpg?_wi=2", imageAlt: "avatar woman portrait", }, ]}