diff --git a/app/layout.tsx b/app/layout.tsx index 66d3420..a5cdd1a 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -14,13 +14,13 @@ const geistMono = localFont({ }) export const metadata: Metadata = { - title: 'rFunds - Threshold-Based Flow Funding', + title: '(you)rFunds — Threshold-Based Flow Funding', description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms. Create interconnected funding funnels with overflow routing and outcome tracking.', icons: { icon: "data:image/svg+xml,📊", }, openGraph: { - title: 'rFunds - Threshold-Based Flow Funding', + title: '(you)rFunds — Threshold-Based Flow Funding', description: 'Design, simulate, and share continuous funding flows with threshold-based mechanisms.', type: 'website', url: 'https://rfunds.online',