"use client"; import { Button } from "@ui/components/button"; import { Card, CardContent, CardDescription, CardHeader, CardTitle, } from "@ui/components/card"; import { ShareIcon } from "lucide-react"; import Link from "next/link"; export default function ReferralHomePage() { return (
Missing Referral Code It looks like you're missing a referral code. Get one from a friend or join directly!

What is supermemory?

supermemory is an AI-powered personal knowledge base that helps you store, organize, and interact with all your digital memories.

Learn more about supermemory
); }