From df7f06571a2919623685706fd01f0cbb25f1f27a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 06:34:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 37ea793..85eb2a5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,11 +110,11 @@ export default function LandingPage() { title="Client Success Stories" description="See how our partners are leveraging modern tech to redefine their industry impact." testimonials={[ - { id: "ts1", name: "Marcus V.", role: "Developer", title: "Performance", quote: "The performance gains were immediate. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" }, - { id: "ts2", name: "Linda W.", role: "Manager", title: "Expertise", quote: "Exceptional service and deep technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg" }, - { id: "ts3", name: "Robert T.", role: "Architect", title: "Game Changer", quote: "A game changer for our infrastructure project.", imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg" }, - { id: "ts4", name: "Sofia L.", role: "Founder", title: "Scalable", quote: "Innovative solutions that scaled perfectly with us.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg" }, - { id: "ts5", name: "Henry B.", role: "CTO", title: "Enterprise", quote: "Highly recommended for any enterprise.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, + { id: "ts1", name: "Marcus V.", role: "Developer", quote: "The performance gains were immediate. Truly professional.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg" }, + { id: "ts2", name: "Linda W.", role: "Manager", quote: "Exceptional service and deep technical expertise.", imageSrc: "http://img.b2bpic.net/free-photo/upbeat-saleswoman-hired-explain-vehicle-pricing-options-clients_482257-118422.jpg" }, + { id: "ts3", name: "Robert T.", role: "Architect", quote: "A game changer for our infrastructure project.", imageSrc: "http://img.b2bpic.net/free-photo/technician-making-sure-high-tech-facility-data-center-is-appropriately-equipped_482257-94430.jpg" }, + { id: "ts4", name: "Sofia L.", role: "Founder", quote: "Innovative solutions that scaled perfectly with us.", imageSrc: "http://img.b2bpic.net/free-photo/multiracial-workers-using-laptop-device-write-emails-solving-tasks_482257-123663.jpg" }, + { id: "ts5", name: "Henry B.", role: "CTO", quote: "Highly recommended for any enterprise.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg" }, ]} /> -- 2.49.1