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 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