From 7127ab13bcc78a4fc7a6b60e7faf1991b2f1556b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 07:09:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0a99ba..bc54348 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,35 +71,35 @@ export default function LandingPage() { handle: "@elena_stylist", testimonial: "The comfort level is unmatched. These are officially my favorite pair for all-day wear.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/playful-black-woman-with-afro-hairs-sitting-bridge-having-fun-wearing-leather-boots-whoop-trendy-trousers-travel-mood-happy-leisure-time-old-european-city_273443-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/playful-black-woman-with-afro-hairs-sitting-bridge-having-fun-wearing-leather-boots-whoop-trendy-trousers-travel-mood-happy-leisure-time-old-european-city_273443-118.jpg?_wi=1", }, { name: "Marcus B.", handle: "@m_business", testimonial: "Exceptional craftsmanship. I receive compliments every time I wear them to the office.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-selfie_23-2148665409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-selfie_23-2148665409.jpg?_wi=1", }, { name: "Sarah J.", handle: "@sarah_fashion", testimonial: "Finally, a brand that doesn't compromise on style while being incredibly comfortable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-heels-comfortable-shoes_633478-349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-heels-comfortable-shoes_633478-349.jpg?_wi=1", }, { name: "David W.", handle: "@david_lifestyle", testimonial: "Versatile and incredibly durable. They handle long city commutes with ease.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=1", }, { name: "Mia P.", handle: "@mia_travels", testimonial: "Stunning design, even better comfort. Perfect for my busy lifestyle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-t-shirt-shorts-positive-female-with-blue-penny-skateboard-posing-street-background_158538-16187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-t-shirt-shorts-positive-female-with-blue-penny-skateboard-posing-street-background_158538-16187.jpg?_wi=1", }, ]} buttons={[ @@ -246,27 +246,27 @@ export default function LandingPage() { { id: "1", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/playful-black-woman-with-afro-hairs-sitting-bridge-having-fun-wearing-leather-boots-whoop-trendy-trousers-travel-mood-happy-leisure-time-old-european-city_273443-118.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/playful-black-woman-with-afro-hairs-sitting-bridge-having-fun-wearing-leather-boots-whoop-trendy-trousers-travel-mood-happy-leisure-time-old-european-city_273443-118.jpg?_wi=2", }, { id: "2", name: "Sarah J.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-heels-comfortable-shoes_633478-349.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-choosing-heels-comfortable-shoes_633478-349.jpg?_wi=2", }, { id: "3", name: "Marcus B.", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-selfie_23-2148665409.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-taking-selfie_23-2148665409.jpg?_wi=2", }, { id: "4", name: "Mia P.", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-t-shirt-shorts-positive-female-with-blue-penny-skateboard-posing-street-background_158538-16187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-sexy-smiling-hipster-woman-sunglasses-trendy-girl-summer-t-shirt-shorts-positive-female-with-blue-penny-skateboard-posing-street-background_158538-16187.jpg?_wi=2", }, { id: "5", name: "David W.", - imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-section-man-sitting-chair-holding-coffee-cup-hand_23-2148164528.jpg?_wi=2", }, ]} cardTitle="Our Community Loves Their Soles" -- 2.49.1