Update src/app/page.tsx

This commit is contained in:
2026-05-11 23:01:08 +00:00
parent 84e81c1570
commit d3acff5d8e

View File

@@ -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" }
]}