From 736753c44e5f4e7d9ea16c9241aeec12a9dd7fa8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 00:05:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f1f5e67..899a962 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,8 @@ import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Target, Activity, Shield, Zap } from "lucide-react"; +import { Target, Activity, Shield, Zap, User } from "lucide-react"; +import AvatarGroup from "@/components/shared/AvatarGroup"; export default function PathlyPage() { const navItems = [ @@ -60,6 +61,10 @@ export default function PathlyPage() { title="Turn Ambitions Into Daily Reality" description="Stop dreaming and start achieving." onSubmit={(email) => console.log(email)} + avatars={[ + { src: "http://img.b2bpic.net/free-photo/portrait-man-smiling_23-2148812604.jpg", alt: "User Profile" } + ]} + avatarText="Join the community" />