From 53254eacd20a72f4050e4750b8073426f49753ea Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 21:13:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e8b3a78..cdc8ebb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -112,7 +112,7 @@ export default function LandingPage() { { id: "2", name: "Maria S.", handle: "@maria_s", testimonial: "Exceptionally professional and quick.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-work_23-2149097924.jpg" }, { id: "3", name: "James L.", handle: "@j_law", testimonial: "Best tax experience I've ever had.", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-business-coach-posing-training-room_74855-3026.jpg" }, { id: "4", name: "Elena P.", handle: "@elena_p", testimonial: "Clear, concise, and professional.", imageSrc: "http://img.b2bpic.net/free-photo/business-man-banner-concept-with-copy-space_23-2149601534.jpg" }, - { id: "5", name: "David W.", handle: "@d_will", testimonial: "Highly recommended for corporate services.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg" } + { id: "5", name: "David W.", handle: "@d_will", testimonial: "Highly recommended for corporate services.", imageSrc: "http://img.b2bpic.net/happy-young-professional-posing-office_1262-21170.jpg" } ]} title="Client Success" description="What our clients say about Monarca." @@ -140,8 +140,9 @@ export default function LandingPage() { -- 2.49.1