From e55235b96d6a23cdc9d05ec25c89d711b4ebbdfa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 17:21:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 16e23d7..6d802ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,28 +86,28 @@ export default function LandingPage() {
- +
- +
- ({ ...i, imageSrc: ["http://img.b2bpic.net/free-photo/asian-businesswoman-typing-email-desktop-pc-office_637285-2718.jpg", "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=2", "http://img.b2bpic.net/free-photo/three-business-people-with-documente_23-2147626571.jpg?_wi=2"][idx] }))} /> + ({ ...i, imageSrc: ["http://img.b2bpic.net/free-photo/asian-businesswoman-typing-email-desktop-pc-office_637285-2718.jpg", "http://img.b2bpic.net/free-photo/call-center-agent-laughing-funny-joke-while-talking-with-customer-office_482257-125812.jpg?_wi=2", "http://img.b2bpic.net/free-photo/three-business-people-with-documente_23-2147626571.jpg?_wi=2"][idx] }))} />
- ({ ...i, imageSrc: ["http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg", "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg", "http://img.b2bpic.net/free-photo/medium-shot-girl-with-headphones-laptop-indoors_23-2148389064.jpg"][idx], variant: "Standard" }))} /> + ({ ...i, imageSrc: ["http://img.b2bpic.net/free-photo/minimalist-black-white-office-desk-with-stationery_9975-133066.jpg", "http://img.b2bpic.net/free-photo/corporate-building-with-empty-room_23-2148727503.jpg", "http://img.b2bpic.net/free-photo/medium-shot-girl-with-headphones-laptop-indoors_23-2148389064.jpg"][idx], variant: "Standard" }))} />
- ({ id: i.id, value: i.val, description: i.desc }))} metricsAnimation="slide-up" /> + ({ id: i.id, value: i.val, description: i.desc }))} metricsAnimation="slide-up" useInvertedBackground={false} />
- ({ id: i.id, name: i.name, role: i.role, company: i.comp, rating: 5, imageSrc: ["http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg"][idx] }))} kpiItems={t.testimonials.kpi.map(i => ({ value: i.v, label: i.l }))} /> + ({ id: i.id, name: i.name, role: i.role, company: i.comp, rating: 5, imageSrc: ["http://img.b2bpic.net/free-photo/smiling-man-suit-looking-camera_23-2148112202.jpg", "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098593.jpg", "http://img.b2bpic.net/free-photo/cheerful-businessman-smiling_74855-1511.jpg"][idx] }))} kpiItems={[ { value: t.testimonials.kpi[0].v, label: t.testimonials.kpi[0].l }, { value: t.testimonials.kpi[1].v, label: t.testimonials.kpi[1].l }, { value: t.testimonials.kpi[2].v, label: t.testimonials.kpi[2].l } ]} />
- ({ id: i.id, title: i.title, content: i.cont }))} faqsAnimation="slide-up" /> + ({ id: i.id, title: i.title, content: i.cont }))} faqsAnimation="slide-up" useInvertedBackground={false} />
- +