From c194ce8bbaa34c658e53d2972f169460f49fa135 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:49:36 +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 68555bd..41ccfc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,35 +62,35 @@ export default function LandingPage() { handle: "CEO, Dubai Logistics", testimonial: "Arcyne replaced our entire manual scheduling workflow. The ROI was immediate.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/row-empty-chairs-office_23-2147899557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-empty-chairs-office_23-2147899557.jpg?_wi=1", }, { name: "Sarah Mansour", handle: "COO, MENA Retail", testimonial: "Our AI voice agent handles all lead qualification now. Zero errors, 24/7.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg?_wi=1", }, { name: "Ahmed Khalid", handle: "Founder, TechFlow", testimonial: "Seamless integration, instant impact. We scaled 3x.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg?_wi=1", }, { name: "Layla Saeed", handle: "VP Operations", testimonial: "The most professional AI team I've worked with.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg?_wi=1", }, { name: "Yousif Hassan", handle: "CTO, NextGen", testimonial: "Finally, automation that actually works 24/7.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241320.jpg?_wi=1", }, ]} buttons={[ @@ -256,35 +256,35 @@ export default function LandingPage() { name: "Ahmed", role: "CEO", testimonial: "Arcyne delivered fast and reliable automation.", - imageSrc: "http://img.b2bpic.net/free-photo/row-empty-chairs-office_23-2147899557.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/row-empty-chairs-office_23-2147899557.jpg?_wi=2", }, { id: "2", name: "Fatima", role: "Manager", testimonial: "Incredible understanding of Dubai business.", - imageSrc: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/person-working-as-part-company-team_23-2149136828.jpg?_wi=2", }, { id: "3", name: "John", role: "Owner", testimonial: "Automation that feels truly custom.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-looking-camera_23-2148304959.jpg?_wi=2", }, { id: "4", name: "Layla", role: "VP", testimonial: "Never miss a lead anymore.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-conference-room-within-corporation-designed-productivity_482257-124018.jpg?_wi=2", }, { id: "5", name: "Yousif", role: "CTO", testimonial: "Scalability is no longer a headache.", - imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241320.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241320.jpg?_wi=2", }, ]} title="Client Success" -- 2.49.1