From d994677f946221d39e355b59f88537e38c806554 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:25:26 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6c0f0ef..d731db7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1420,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 05e08ce4e14a1184115e14fd770a0f156716bc6c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:25:26 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0456e42..db4740a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,6 +52,13 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaAnimation="none" tagAnimation="none" + avatars={[ + { src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", alt: "Sarah Mitchell" }, + { src: "http://img.b2bpic.net/free-photo/successful-businesswoman-ready-challenges_1163-4336.jpg", alt: "Michael Chen" }, + { src: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", alt: "Emily Rodriguez" }, + { src: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg?_wi=2", alt: "David Kim" } + ]} + avatarText="Trusted by coaches and consultants" /> @@ -223,4 +230,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1