From 07af9465cff90b971b8be70c152648347e667ec4 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 04:46:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 19b8f7d..13f5543 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,35 +67,35 @@ export default function LandingPage() { handle: "@jamr", testimonial: "Best customer service in Pelham.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg?_wi=1", }, { name: "Sarah M.", handle: "@sarah_m", testimonial: "Incredible atmosphere and flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-together_23-2148422446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-together_23-2148422446.jpg?_wi=1", }, { name: "John S.", handle: "@johns", testimonial: "Always has exactly what I need.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg?_wi=1", }, { name: "Karen B.", handle: "@karenb", testimonial: "Superb selection, very friendly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg?_wi=1", }, { name: "Tom R.", handle: "@tomr", testimonial: "The best shop in the city.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/disabled-person-travelling-city_23-2149494484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/disabled-person-travelling-city_23-2149494484.jpg?_wi=1", }, ]} buttons={[ @@ -169,7 +169,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=1" imageAlt="Our welcoming store lounge" /> @@ -317,35 +317,35 @@ export default function LandingPage() { name: "Alice T.", role: "Regular Customer", testimonial: "Friendly staff, amazing discounts, and special orders made easy. My go-to shop!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-businessman-wearing-fashion-eyeglasses-stylish-suit-sitting-sofa-modern-studio_496169-1399.jpg?_wi=2", }, { id: "t2", name: "Mark D.", role: "Vape Enthusiast", testimonial: "Huge flavor selection and great prices. Very clean atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-together_23-2148422446.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-friends-dancing-together_23-2148422446.jpg?_wi=2", }, { id: "t3", name: "John S.", role: "Local Resident", testimonial: "Helpful and accommodating staff, never had a bad experience here.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-having-conversation-with-his-partner-workplace_23-2147899787.jpg?_wi=2", }, { id: "t4", name: "Karen B.", role: "Tobacco Lover", testimonial: "Raj always helps me find exactly what I need. Best shop in the city.", - imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg?_wi=2", }, { id: "t5", name: "Tom R.", role: "Regular", testimonial: "Convenient location and best selection around. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/disabled-person-travelling-city_23-2149494484.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/disabled-person-travelling-city_23-2149494484.jpg?_wi=2", }, ]} title="What Our Friends Say" @@ -377,7 +377,7 @@ export default function LandingPage() { title="Common Questions" description="Have a question? We're here to help." faqsAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-professional-psychotherapy-office-with-modern-couch-furniture_482257-124895.jpg?_wi=2" mediaAnimation="slide-up" /> -- 2.49.1