From 5b8e648c993a8b8620df92407331a0db13b4a232 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 15:27:51 +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 31b8df8..85798e1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,13 +91,13 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "Sarah Jenkins", date: "Oct 2023", title: "CEO, TechFlow", quote: "SEER's Sensitivity Simulator saved us months of manual spreadsheet modeling.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398533753-3jq2bni8.png?_wi=1", imageAlt: "professional ceo portrait" }, - { id: "t2", name: "David Thorne", date: "Sep 2023", title: "CFO, Global Logistics", quote: "The management score gave us the objective framework we needed to pivot profitability.", tag: "Financials", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398533753-g4a2y5rk.png", imageAlt: "professional ceo portrait" }, - { id: "t3", name: "Elena Ross", date: "Aug 2023", title: "COO, MedTech Labs", quote: "Josephine provided clarity on our organizational evolution that I didn't think was possible.", tag: "Operations", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398533753-ar2mfcqk.png", imageAlt: "professional ceo portrait" }, - { id: "t4", name: "Michael Chen", date: "Jul 2023", title: "CEO, Innovate Corp", quote: "An absolute game-changer for bottom-line growth. I now have real-time visibility.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341135.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777398533753-kbhfd87q.png", imageAlt: "professional ceo portrait" }, + { id: "t1", name: "Sarah Jenkins", date: "Oct 2023", title: "CEO, TechFlow", quote: "SEER's Sensitivity Simulator saved us months of manual spreadsheet modeling.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777490818897-io7g17t5.png", imageAlt: "professional ceo portrait" }, + { id: "t2", name: "David Thorne", date: "Sep 2023", title: "CFO, Global Logistics", quote: "The management score gave us the objective framework we needed to pivot profitability.", tag: "Financials", avatarSrc: "http://img.b2bpic.net/free-photo/inspiring-new-boss_1098-93.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777490866363-df34z3yg.png", imageAlt: "professional ceo portrait" }, + { id: "t3", name: "Elena Ross", date: "Aug 2023", title: "COO, MedTech Labs", quote: "Josephine provided clarity on our organizational evolution that I didn't think was possible.", tag: "Operations", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777490915242-f3hhazwz.png", imageAlt: "professional ceo portrait" }, + { id: "t4", name: "Michael Chen", date: "Jul 2023", title: "CEO, Innovate Corp", quote: "An absolute game-changer for bottom-line growth. I now have real-time visibility.", tag: "Growth", avatarSrc: "http://img.b2bpic.net/free-photo/social-integration-working-team_23-2149341135.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxdZW8ZRV4HS9yTZrhVmab2S01/uploaded-1777490945460-1tdkji2u.png", imageAlt: "professional ceo portrait" }, { id: "t5", name: "Amanda Wu", date: "Jun 2023", title: "CEO, EcoSystems", quote: "The 'Profit Doubling' roadmap is exactly what we needed to focus our quarterly goals.", tag: "Results", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-businessman-office_1163-5471.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-couturier-checking-fashion-sketches-atelier-working-modern-designs-with-laptop-tablet-experienced-designer-searching-handmade-models-online-needlework-handheld-shot_482257-67826.jpg?_wi=2", imageAlt: "professional ceo portrait" }, ]} - title="Trusted by Visionary Leaders" + title="Founders " description="What our users say about the transformation Josephine brings to their business." /> -- 2.49.1