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