From d3acff5d8e4b9cc44861365d157c641a0b320e62 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 23:01:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f067c0d..7940892 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,7 +101,7 @@ export default function LandingPage() { reverse: true }, { - title: "Unified Communication", description: "Safe, private chat between families, nannies, and the agency to ensure everyone stays aligned.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg" }, + title: "Unified Communication", description: "Safe, private chat between families, nannies, and the agency to ensure everyone stays aligned.", media: { imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg?_wi=1" }, items: [ { icon: MessageCircle, text: "Private messaging" }, { icon: Bell, text: "Emergency alerts" } @@ -136,7 +136,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} members={[ - { id: "t1", name: "Sarah Miller", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg" }, + { id: "t1", name: "Sarah Miller", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-smiling-corporate-woman-suit-showing-thumbs-up-recommending-something-good-standing-white-background_176420-50395.jpg?_wi=2" }, { id: "t2", name: "David Chen", role: "Head of Operations", imageSrc: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2547.jpg" }, { id: "t3", name: "Elena Rodriguez", role: "Care Coordinator", imageSrc: "http://img.b2bpic.net/free-photo/smile-woman-talking-phone-looking-camera_23-2148317284.jpg" } ]}