From 1ee4425c21583636cf34c46994767be2a42b902a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 18:51:02 +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 93d635b..4921271 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,11 +46,11 @@ export default function LandingPage() { title="The future of unknown possibilities" description="Arcyne deploys AI agents that eliminate manual work, freeing your business to scale without headcount." testimonials={[ - { name: "Omar Al-Fayed", 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" }, - { 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" }, - { 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" }, - { 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" }, - { 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" }, + { name: "Omar Al-Fayed", 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?_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?_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?_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?_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?_wi=1" }, ]} buttons={[{ text: "Start Transformation", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/polygonal-blue-abstract-background-shapes-network-neural-connections-big-data-neural-concept_90220-514.jpg" @@ -131,11 +131,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { id: "1", 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" }, - { 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" }, - { 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" }, - { 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" }, - { 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" }, + { id: "1", 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?_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?_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?_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?_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?_wi=2" }, ]} title="Client Success" description="What our early partners are saying." -- 2.49.1