diff --git a/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/page.tsx b/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/page.tsx index 176abc46930..77afe6a97ab 100644 --- a/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/page.tsx +++ b/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/page.tsx @@ -159,7 +159,7 @@ export default async function SuccessPage(props: {
diff --git a/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/screenshot.tsx b/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/screenshot.tsx index 33653d80ef8..f3486bbb588 100644 --- a/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/screenshot.tsx +++ b/apps/web/app/(ee)/partners.dub.co/(apply)/[programSlug]/(default)/apply/success/screenshot.tsx @@ -7,1232 +7,491 @@ export function Screenshot({ ...rest }: { program: Pick } & SVGProps) { const id = useId(); - return ( - - - - - - - - - - - - - - {/* Little logo */} - - - - {truncate(program.name, 18)} - - - - - - Enrolled - - - - - - - - - - - - - Overview - - - - - - - - - - Payouts - - - - - - - - Events - - - - - - - Links - - - - - - - - - Resources - - - - - - - Overview - + + + + + + + + + + + + + + {/* Small sidebar logo */} + + + {truncate(program.name, 18)} + + + + + + + + + Overview + + + + Links + + + + + + + Messages + + + + Insights + + + + + + + + Earnings + + + + Analytics + + + + + + Events + + + + + + + Customers + + + Engage + + + + + + Bounties + + + + + Resources + + + + + + + + + + Overview - - - - - - - - - Refer and Earn - - - - - - - - Earn - - 20% - - for each conversion - - - for the customer's lifetime. - - - - Referral link - - - - - - - refer.dub.co/steven - - - - - - - - - Invite via email - - - - + + + + + + + + + + - - + + + +
+ + + - - - - - - - - - - - - - - - - - - - - - + + + +
+ + + - - - + + + - - {/* Big logo */} + + {/* Big overview logo */} - - - - - - - - - - - - - - - - - - - + - - - - - Earnings - + + + + + + + + + + + + + + + + + Dec 16 + + + Jan 16 - - - $1,234.00 - + + + + + Last 12 months - - - - + + - - - Last 24 hours - + + + + + Payouts - - - - 100 - + + 4 + 24 r + s + l + s - - - - 80 - + + of + e + u + t - - - - 60 - + + $78.34 - - - - 40 - + + Jan 12, 2026 - - - - 20 - + + + + + Processing - - - - 0 - + + + $56.89 - - - - Oct 1 - + + Jan 5, 2026 - - - Oct 5 - + + + + + Processing - - - Oct 10 - + + + $102.45 - - - Oct 15 - + + Dec 23, 2025 - - - Oct 20 - + + + + Completed - - - Oct 25 - + + + $49.99 - - - Oct 31 - + + Dec 12, 2025 - - - - - + + + + Completed + + + + + + + + + + + + + + + - + + + + + + + + + + + Referral link + + + + + + refer.dub.co/steven + + + + + + + Copy link + + + Rewards + + + + + + + + + 30% per sale, and again every month for 12 months + + + + New users get 20% off for 3 months + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ); }